Html Css Color HEX #76CD36 Apple

📋 copy color: '#76CD36'

red 118 ◦ green 205 ◦ blue 54

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

Shades of Apple #76CD36

Tints of Apple #76CD36

RGB

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

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

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

R = 31.3%
G = 54.38%
B = 14.32%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#76CD36 (or 0x76CD36) is known color: Apple. HEX triplet: 76, CD and 36. RGB value is (118,205,54). Sum of RGB (Red+Green+Blue) = 118+205+54=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 205 (80.47% from 255 or 54.38% from 377); Blue value is 54 (21.48% from 255 or 14.32% from 377); Max value from RGB is 205 - color contains mainly: green. Hex color #76CD36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76CD36 is #8932C9. Grayscale: #A2A2A2. Windows color (decimal): -8991434 or 3591542. OLE color: 3591542.

HSL color Cylindrical-coordinate representation of color #76CD36: hue angle of 94.57º 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 #76CD36 is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 205 54 -
CMYK 0.42 0 0.74 0.20
HSL 94.57º 0.6% 0.51% -
HSV(B) 94.57º 0.74% 0.8% -
XYZ 29.97 47.78 11.13 -
YUV 161.77 67.18 96.78 -
System Red Green Blue C M Y K H S L
Decimal 118 205 54 0.42 0 0.74 0.20 94.57 0.6 0.51
Hex 76 CD 36 2A 0 4A 14 5F 3C 33
Octal 166 315 66 52 0 112 24 137 74 63
Binary 1110110 11001101 110110 101010 0 1001010 10100 1011111 111100 110011

Color Harmonies of #76CD36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CD36

Black with #76CD36

Text Example


Text Example

White with #76CD36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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