Html Css Color HEX #76CF32 Apple

📋 copy color: '#76CF32'

red 118 ◦ green 207 ◦ blue 50

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

Shades of Apple #76CF32

Tints of Apple #76CF32

RGB

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

 GREEN value IS 207 (81.25% from 255) = 55.2%

 BLUE value IS 50 (19.92% from 255) = 13.33%

R = 31.47%
G = 55.2%
B = 13.33%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#76CF32 (or 0x76CF32) is known color: Apple. HEX triplet: 76, CF and 32. RGB value is (118,207,50). Sum of RGB (Red+Green+Blue) = 118+207+50=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 207 (81.25% from 255 or 55.2% from 375); Blue value is 50 (19.92% from 255 or 13.33% from 375); Max value from RGB is 207 - color contains mainly: green. Hex color #76CF32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76CF32 is #8930CD. Grayscale: #A3A3A3. Windows color (decimal): -8990926 or 3329910. OLE color: 3329910.

HSL color Cylindrical-coordinate representation of color #76CF32: hue angle of 94.01º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #76CF32 is Cyan = 0.43, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 207 50 -
CMYK 0.43 0 0.76 0.19
HSL 94.01º 0.62% 0.5% -
HSV(B) 94.01º 0.76% 0.81% -
XYZ 30.36 48.71 10.82 -
YUV 162.49 64.51 96.27 -
System Red Green Blue C M Y K H S L
Decimal 118 207 50 0.43 0 0.76 0.19 94.01 0.62 0.5
Hex 76 CF 32 2B 0 4C 13 5E 3E 32
Octal 166 317 62 53 0 114 23 136 76 62
Binary 1110110 11001111 110010 101011 0 1001100 10011 1011110 111110 110010

Color Harmonies of #76CF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CF32

Black with #76CF32

Text Example


Text Example

White with #76CF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,207,50); }

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

background-color css

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

 a { background-color: rgb(118,207,50); }

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

border-color css

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

 span { border-color: rgb(118,207,50); }

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