Html Css Color HEX #76C33F Apple

📋 copy color: '#76C33F'

red 118 ◦ green 195 ◦ blue 63

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

Shades of Apple #76C33F

Tints of Apple #76C33F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 51.86%

 BLUE value IS 63 (25% from 255) = 16.76%

R = 31.38%
G = 51.86%
B = 16.76%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#76C33F (or 0x76C33F) is known color: Apple. HEX triplet: 76, C3 and 3F. RGB value is (118,195,63). Sum of RGB (Red+Green+Blue) = 118+195+63=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 195 (76.56% from 255 or 51.86% from 376); Blue value is 63 (25% from 255 or 16.76% from 376); Max value from RGB is 195 - color contains mainly: green. Hex color #76C33F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C33F is #893CC0. Grayscale: #9D9D9D. Windows color (decimal): -8993985 or 4178806. OLE color: 4178806.

HSL color Cylindrical-coordinate representation of color #76C33F: hue angle of 95º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #76C33F is Cyan = 0.39, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 118 195 63 -
CMYK 0.39 0 0.68 0.24
HSL 95º 0.52% 0.51% -
HSV(B) 95º 0.68% 0.76% -
XYZ 27.88 43.24 11.58 -
YUV 156.93 74.99 100.23 -
System Red Green Blue C M Y K H S L
Decimal 118 195 63 0.39 0 0.68 0.24 95 0.52 0.51
Hex 76 C3 3F 27 0 44 18 5F 34 33
Octal 166 303 77 47 0 104 30 137 64 63
Binary 1110110 11000011 111111 100111 0 1000100 11000 1011111 110100 110011

Color Harmonies of #76C33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C33F

Black with #76C33F

Text Example


Text Example

White with #76C33F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,195,63); }

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

background-color css

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

 a { background-color: rgb(118,195,63); }

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

border-color css

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

 span { border-color: rgb(118,195,63); }

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