Html Css Color HEX #71CB34 Apple

📋 copy color: '#71CB34'

red 113 ◦ green 203 ◦ blue 52

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

Shades of Apple #71CB34

Tints of Apple #71CB34

RGB

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

 GREEN value IS 203 (79.69% from 255) = 55.16%

 BLUE value IS 52 (20.7% from 255) = 14.13%

R = 30.71%
G = 55.16%
B = 14.13%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#71CB34 (or 0x71CB34) is known color: Apple. HEX triplet: 71, CB and 34. RGB value is (113,203,52). Sum of RGB (Red+Green+Blue) = 113+203+52=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 203 (79.69% from 255 or 55.16% from 368); Blue value is 52 (20.70% from 255 or 14.13% from 368); Max value from RGB is 203 - color contains mainly: green. Hex color #71CB34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71CB34 is #8E34CB. Grayscale: #9F9F9F. Windows color (decimal): -9319628 or 3459953. OLE color: 3459953.

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

Color convert

RGB 113 203 52 -
CMYK 0.44 0 0.74 0.20
HSL 95.76º 0.59% 0.5% -
HSV(B) 95.76º 0.74% 0.8% -
XYZ 28.79 46.47 10.7 -
YUV 158.88 67.68 95.28 -
System Red Green Blue C M Y K H S L
Decimal 113 203 52 0.44 0 0.74 0.20 95.76 0.59 0.5
Hex 71 CB 34 2C 0 4A 14 60 3B 32
Octal 161 313 64 54 0 112 24 140 73 62
Binary 1110001 11001011 110100 101100 0 1001010 10100 1100000 111011 110010

Color Harmonies of #71CB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CB34

Black with #71CB34

Text Example


Text Example

White with #71CB34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,203,52); }

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

background-color css

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

 a { background-color: rgb(113,203,52); }

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

border-color css

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

 span { border-color: rgb(113,203,52); }

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