Html Css Color HEX #71CB30 Apple

📋 copy color: '#71CB30'

red 113 ◦ green 203 ◦ blue 48

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

Shades of Apple #71CB30

Tints of Apple #71CB30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.19%

R = 31.04%
G = 55.77%
B = 13.19%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#71CB30 (or 0x71CB30) is known color: Apple. HEX triplet: 71, CB and 30. RGB value is (113,203,48). Sum of RGB (Red+Green+Blue) = 113+203+48=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 203 (79.69% from 255 or 55.77% from 364); Blue value is 48 (19.14% from 255 or 13.19% from 364); Max value from RGB is 203 - color contains mainly: green. Hex color #71CB30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71CB30 is #8E34CF. Grayscale: #9E9E9E. Windows color (decimal): -9319632 or 3197809. OLE color: 3197809.

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

Color convert

RGB 113 203 48 -
CMYK 0.44 0 0.76 0.20
HSL 94.84º 0.62% 0.49% -
HSV(B) 94.84º 0.76% 0.8% -
XYZ 28.7 46.44 10.25 -
YUV 158.42 65.68 95.6 -
System Red Green Blue C M Y K H S L
Decimal 113 203 48 0.44 0 0.76 0.20 94.84 0.62 0.49
Hex 71 CB 30 2C 0 4C 14 5F 3E 31
Octal 161 313 60 54 0 114 24 137 76 61
Binary 1110001 11001011 110000 101100 0 1001100 10100 1011111 111110 110001

Color Harmonies of #71CB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CB30

Black with #71CB30

Text Example


Text Example

White with #71CB30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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