Html Css Color HEX #71CD30 Apple

📋 copy color: '#71CD30'

red 113 ◦ green 205 ◦ blue 48

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

Shades of Apple #71CD30

Tints of Apple #71CD30

RGB

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

 GREEN value IS 205 (80.47% from 255) = 56.01%

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

R = 30.87%
G = 56.01%
B = 13.11%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#71CD30 (or 0x71CD30) is known color: Apple. HEX triplet: 71, CD and 30. RGB value is (113,205,48). Sum of RGB (Red+Green+Blue) = 113+205+48=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 205 (80.47% from 255 or 56.01% from 366); Blue value is 48 (19.14% from 255 or 13.11% from 366); Max value from RGB is 205 - color contains mainly: green. Hex color #71CD30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71CD30 is #8E32CF. Grayscale: #A0A0A0. Windows color (decimal): -9319120 or 3198321. OLE color: 3198321.

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

Color convert

RGB 113 205 48 -
CMYK 0.45 0 0.77 0.20
HSL 95.16º 0.62% 0.5% -
HSV(B) 95.16º 0.77% 0.8% -
XYZ 29.17 47.39 10.41 -
YUV 159.59 65.02 94.77 -
System Red Green Blue C M Y K H S L
Decimal 113 205 48 0.45 0 0.77 0.20 95.16 0.62 0.5
Hex 71 CD 30 2D 0 4D 14 5F 3E 32
Octal 161 315 60 55 0 115 24 137 76 62
Binary 1110001 11001101 110000 101101 0 1001101 10100 1011111 111110 110010

Color Harmonies of #71CD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CD30

Black with #71CD30

Text Example


Text Example

White with #71CD30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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