Html Css Color HEX #71CB2F Apple

📋 copy color: '#71CB2F'

red 113 ◦ green 203 ◦ blue 47

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

Shades of Apple #71CB2F

Tints of Apple #71CB2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.95%

R = 31.13%
G = 55.92%
B = 12.95%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#71CB2F (or 0x71CB2F) is known color: Apple. HEX triplet: 71, CB and 2F. RGB value is (113,203,47). Sum of RGB (Red+Green+Blue) = 113+203+47=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 203 (79.69% from 255 or 55.92% from 363); Blue value is 47 (18.75% from 255 or 12.95% from 363); Max value from RGB is 203 - color contains mainly: green. Hex color #71CB2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71CB2F is #8E34D0. Grayscale: #9E9E9E. Windows color (decimal): -9319633 or 3132273. OLE color: 3132273.

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

Color convert

RGB 113 203 47 -
CMYK 0.44 0 0.77 0.20
HSL 94.62º 0.62% 0.49% -
HSV(B) 94.62º 0.77% 0.8% -
XYZ 28.68 46.43 10.14 -
YUV 158.31 65.18 95.68 -
System Red Green Blue C M Y K H S L
Decimal 113 203 47 0.44 0 0.77 0.20 94.62 0.62 0.49
Hex 71 CB 2F 2C 0 4D 14 5F 3E 31
Octal 161 313 57 54 0 115 24 137 76 61
Binary 1110001 11001011 101111 101100 0 1001101 10100 1011111 111110 110001

Color Harmonies of #71CB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CB2F

Black with #71CB2F

Text Example


Text Example

White with #71CB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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