Html Css Color HEX #71CC36 Apple

📋 copy color: '#71CC36'

red 113 ◦ green 204 ◦ blue 54

#71CC36
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #71CC36

Tints of Apple #71CC36

RGB

 RED value IS 113 (44.53% from 255) = 30.46%

 GREEN value IS 204 (80.08% from 255) = 54.99%

 BLUE value IS 54 (21.48% from 255) = 14.56%

R = 30.46%
G = 54.99%
B = 14.56%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#71CC36 (or 0x71CC36) is known color: Apple. HEX triplet: 71, CC and 36. RGB value is (113,204,54). Sum of RGB (Red+Green+Blue) = 113+204+54=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 204 (80.08% from 255 or 54.99% from 371); Blue value is 54 (21.48% from 255 or 14.56% from 371); Max value from RGB is 204 - color contains mainly: green. Hex color #71CC36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71CC36 is #8E33C9. Grayscale: #A0A0A0. Windows color (decimal): -9319370 or 3591281. OLE color: 3591281.

HSL color Cylindrical-coordinate representation of color #71CC36: hue angle of 96.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #71CC36 is Cyan = 0.45, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.2.

Color convert

RGB 113 204 54 -
CMYK 0.45 0 0.74 0.2
HSL 96.4º 0.6% 0.51% -
HSV(B) 96.4º 0.74% 0.8% -
XYZ 29.07 46.96 11.02 -
YUV 159.69 68.35 94.7 -
System Red Green Blue C M Y K H S L
Decimal 113 204 54 0.45 0 0.74 0.2 96.4 0.6 0.51
Hex 71 CC 36 2D 0 4A 14 60 3C 33
Octal 161 314 66 55 0 112 24 140 74 63
Binary 1110001 11001100 110110 101101 0 1001010 10100 1100000 111100 110011

Color Harmonies of #71CC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CC36

Black with #71CC36

Text Example


Text Example

White with #71CC36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,204,54); }

 H1.HeaderClassName
 {
   color: #71CC36;
 }
 .AnyTagClassName
 {
   color: #71CC36;
 }
</style>

background-color css

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

 a { background-color: rgb(113,204,54); }

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

border-color css

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

 span { border-color: rgb(113,204,54); }

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