#71cd33

Color #71CD33 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #71CD33

Tints of Apple #71CD33

Color information

#71CD33 (or 0x71CD33) is unknown color: approx Apple. HEX triplet: 71, CD and 33. RGB value is (113,205,51). Sum of RGB (Red+Green+Blue) = 113+205+51=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 205 (80.47% from 255 or 55.56% from 369); Blue value is 51 (20.31% from 255 or 13.82% from 369); Max value from RGB is 205 - color contains mainly: green. Hex color #71CD33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71CD33 is #8E32CC. Grayscale: #A0A0A0. Windows color (decimal): -9319117 or 3394929. OLE color: 3394929.

HSL color Cylindrical-coordinate representation of color #71CD33: hue angle of 95.84º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #71CD33 is Cyan = 0.45, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB11320551-
CMYK0.4500.750.20
HSL95.84º60.63%50.2%-
HSV(B)95.84º75.12%80.39%-
XYZ29.2447.4110.74-
YUV159.9466.5294.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 113 (44.53% from 255) = 30.62%
GREEN value IS 205 (80.47% from 255) = 55.56%
BLUE value IS 51 (20.31% from 255) = 13.82%
R=30.62%
G=55.56%
B=13.82%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal113205510.4500.750.2095.8460.6350.2
Hex71CD332D04B14603d32
Octal16131563550113241407562
Binary11100011100110111001110110101001011101001100000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71cd33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71cd33; }

 p { color: rgb(113,205,51); }

 H1.HeaderClassName
 {
   color: #71cd33;
 }
 .AnyTagClassName
 {
   color: #71cd33;
 }
</style>
background-color css

<style>
 a { background-color: #71cd33; }

 a { background-color: rgb(113,205,51); }

 div.DivClassName
 {
   background-color: #71cd33;
 }
 .BgClassName
 {
   background-color: #71cd33;
 }
</style>
border-color css

<style>
 span { border-color: #71cd33; }

 span { border-color: rgb(113,205,51); }

 td.TdClassName
 {
   border-color: #71cd33;
 }
 .TagClassName
 {
   border-color: #71cd33;
 }
</style>