Html Css Color HEX #76CC36 Apple

📋 copy color: '#76CC36'

red 118 ◦ green 204 ◦ blue 54

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

Shades of Apple #76CC36

Tints of Apple #76CC36

RGB

 RED value IS 118 (46.48% from 255) = 31.38%

 GREEN value IS 204 (80.08% from 255) = 54.26%

 BLUE value IS 54 (21.48% from 255) = 14.36%

R = 31.38%
G = 54.26%
B = 14.36%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#76CC36 (or 0x76CC36) is known color: Apple. HEX triplet: 76, CC and 36. RGB value is (118,204,54). Sum of RGB (Red+Green+Blue) = 118+204+54=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 204 (80.08% from 255 or 54.26% from 376); Blue value is 54 (21.48% from 255 or 14.36% from 376); Max value from RGB is 204 - color contains mainly: green. Hex color #76CC36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76CC36 is #8933C9. Grayscale: #A1A1A1. Windows color (decimal): -8991690 or 3591286. OLE color: 3591286.

HSL color Cylindrical-coordinate representation of color #76CC36: hue angle of 94.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #76CC36 is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.2.

Color convert

RGB 118 204 54 -
CMYK 0.42 0 0.74 0.2
HSL 94.4º 0.6% 0.51% -
HSV(B) 94.4º 0.74% 0.8% -
XYZ 29.73 47.3 11.05 -
YUV 161.19 67.51 97.2 -
System Red Green Blue C M Y K H S L
Decimal 118 204 54 0.42 0 0.74 0.2 94.4 0.6 0.51
Hex 76 CC 36 2A 0 4A 14 5E 3C 33
Octal 166 314 66 52 0 112 24 136 74 63
Binary 1110110 11001100 110110 101010 0 1001010 10100 1011110 111100 110011

Color Harmonies of #76CC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CC36

Black with #76CC36

Text Example


Text Example

White with #76CC36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76CC36; }

 p { color: rgb(118,204,54); }

 H1.HeaderClassName
 {
   color: #76CC36;
 }
 .AnyTagClassName
 {
   color: #76CC36;
 }
</style>

background-color css

<style>
 a { background-color: #76CC36; }

 a { background-color: rgb(118,204,54); }

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

border-color css

<style>
 span { border-color: #76CC36; }

 span { border-color: rgb(118,204,54); }

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