Html Css Color HEX #76CC34 Apple

📋 copy color: '#76CC34'

red 118 ◦ green 204 ◦ blue 52

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

Shades of Apple #76CC34

Tints of Apple #76CC34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.9%

R = 31.55%
G = 54.55%
B = 13.9%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#76CC34 (or 0x76CC34) is known color: Apple. HEX triplet: 76, CC and 34. RGB value is (118,204,52). Sum of RGB (Red+Green+Blue) = 118+204+52=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 204 (80.08% from 255 or 54.55% from 374); Blue value is 52 (20.70% from 255 or 13.90% from 374); Max value from RGB is 204 - color contains mainly: green. Hex color #76CC34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76CC34 is #8933CB. Grayscale: #A1A1A1. Windows color (decimal): -8991692 or 3460214. OLE color: 3460214.

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

Color convert

RGB 118 204 52 -
CMYK 0.42 0 0.75 0.2
HSL 93.95º 0.6% 0.5% -
HSV(B) 93.95º 0.75% 0.8% -
XYZ 29.68 47.29 10.81 -
YUV 160.96 66.51 97.36 -
System Red Green Blue C M Y K H S L
Decimal 118 204 52 0.42 0 0.75 0.2 93.95 0.6 0.5
Hex 76 CC 34 2A 0 4B 14 5E 3C 32
Octal 166 314 64 52 0 113 24 136 74 62
Binary 1110110 11001100 110100 101010 0 1001011 10100 1011110 111100 110010

Color Harmonies of #76CC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CC34

Black with #76CC34

Text Example


Text Example

White with #76CC34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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