Html Css Color HEX #71D830 Apple

📋 copy color: '#71D830'

red 113 ◦ green 216 ◦ blue 48

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

Shades of Apple #71D830

Tints of Apple #71D830

RGB

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

 GREEN value IS 216 (84.77% from 255) = 57.29%

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

R = 29.97%
G = 57.29%
B = 12.73%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#71D830 (or 0x71D830) is known color: Apple. HEX triplet: 71, D8 and 30. RGB value is (113,216,48). Sum of RGB (Red+Green+Blue) = 113+216+48=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 216 (84.77% from 255 or 57.29% from 377); Blue value is 48 (19.14% from 255 or 12.73% from 377); Max value from RGB is 216 - color contains mainly: green. Hex color #71D830 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71D830 is #8E27CF. Grayscale: #A6A6A6. Windows color (decimal): -9316304 or 3201137. OLE color: 3201137.

HSL color Cylindrical-coordinate representation of color #71D830: hue angle of 96.79º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #71D830 is Cyan = 0.48, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 113 216 48 -
CMYK 0.48 0 0.78 0.15
HSL 96.79º 0.68% 0.52% -
HSV(B) 96.79º 0.78% 0.85% -
XYZ 31.9 52.84 11.31 -
YUV 166.05 61.38 90.16 -
System Red Green Blue C M Y K H S L
Decimal 113 216 48 0.48 0 0.78 0.15 96.79 0.68 0.52
Hex 71 D8 30 30 0 4E F 61 44 34
Octal 161 330 60 60 0 116 17 141 104 64
Binary 1110001 11011000 110000 110000 0 1001110 1111 1100001 1000100 110100

Color Harmonies of #71D830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D830

Black with #71D830

Text Example


Text Example

White with #71D830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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