Html Css Color HEX #76D135 Apple

📋 copy color: '#76D135'

red 118 ◦ green 209 ◦ blue 53

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

Shades of Apple #76D135

Tints of Apple #76D135

RGB

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

 GREEN value IS 209 (82.03% from 255) = 55%

 BLUE value IS 53 (21.09% from 255) = 13.95%

R = 31.05%
G = 55%
B = 13.95%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#76D135 (or 0x76D135) is known color: Apple. HEX triplet: 76, D1 and 35. RGB value is (118,209,53). Sum of RGB (Red+Green+Blue) = 118+209+53=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 209 (82.03% from 255 or 55% from 380); Blue value is 53 (21.09% from 255 or 13.95% from 380); Max value from RGB is 209 - color contains mainly: green. Hex color #76D135 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76D135 is #892ECA. Grayscale: #A4A4A4. Windows color (decimal): -8990411 or 3527030. OLE color: 3527030.

HSL color Cylindrical-coordinate representation of color #76D135: hue angle of 95º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #76D135 is Cyan = 0.44, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 118 209 53 -
CMYK 0.44 0 0.75 0.18
HSL 95º 0.63% 0.51% -
HSV(B) 95º 0.75% 0.82% -
XYZ 30.91 49.71 11.33 -
YUV 164.01 65.35 95.18 -
System Red Green Blue C M Y K H S L
Decimal 118 209 53 0.44 0 0.75 0.18 95 0.63 0.51
Hex 76 D1 35 2C 0 4B 12 5F 3F 33
Octal 166 321 65 54 0 113 22 137 77 63
Binary 1110110 11010001 110101 101100 0 1001011 10010 1011111 111111 110011

Color Harmonies of #76D135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D135

Black with #76D135

Text Example


Text Example

White with #76D135

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,209,53); }

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

background-color css

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

 a { background-color: rgb(118,209,53); }

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

border-color css

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

 span { border-color: rgb(118,209,53); }

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