Html Css Color HEX #71D330 Apple

📋 copy color: '#71D330'

red 113 ◦ green 211 ◦ blue 48

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

Shades of Apple #71D330

Tints of Apple #71D330

RGB

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

 GREEN value IS 211 (82.81% from 255) = 56.72%

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

R = 30.38%
G = 56.72%
B = 12.9%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#71D330 (or 0x71D330) is known color: Apple. HEX triplet: 71, D3 and 30. RGB value is (113,211,48). Sum of RGB (Red+Green+Blue) = 113+211+48=372 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.38% from 372); Green value is 211 (82.81% from 255 or 56.72% from 372); Blue value is 48 (19.14% from 255 or 12.90% from 372); Max value from RGB is 211 - color contains mainly: green. Hex color #71D330 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71D330 is #8E2CCF. Grayscale: #A3A3A3. Windows color (decimal): -9317584 or 3199857. OLE color: 3199857.

HSL color Cylindrical-coordinate representation of color #71D330: hue angle of 96.07º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #71D330 is Cyan = 0.46, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB 113 211 48 -
CMYK 0.46 0 0.77 0.17
HSL 96.07º 0.65% 0.51% -
HSV(B) 96.07º 0.77% 0.83% -
XYZ 30.64 50.31 10.89 -
YUV 163.12 63.03 92.25 -
System Red Green Blue C M Y K H S L
Decimal 113 211 48 0.46 0 0.77 0.17 96.07 0.65 0.51
Hex 71 D3 30 2E 0 4D 11 60 41 33
Octal 161 323 60 56 0 115 21 140 101 63
Binary 1110001 11010011 110000 101110 0 1001101 10001 1100000 1000001 110011

Color Harmonies of #71D330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D330

Black with #71D330

Text Example


Text Example

White with #71D330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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