Html Css Color HEX #76C83C Apple

📋 copy color: '#76C83C'

red 118 ◦ green 200 ◦ blue 60

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

Shades of Apple #76C83C

Tints of Apple #76C83C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 52.91%

 BLUE value IS 60 (23.83% from 255) = 15.87%

R = 31.22%
G = 52.91%
B = 15.87%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.7

 K value IS 0.22

RGB Variations

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

Color information

#76C83C (or 0x76C83C) is known color: Apple. HEX triplet: 76, C8 and 3C. RGB value is (118,200,60). Sum of RGB (Red+Green+Blue) = 118+200+60=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 200 (78.52% from 255 or 52.91% from 378); Blue value is 60 (23.83% from 255 or 15.87% from 378); Max value from RGB is 200 - color contains mainly: green. Hex color #76C83C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C83C is #8937C3. Grayscale: #A0A0A0. Windows color (decimal): -8992708 or 3983478. OLE color: 3983478.

HSL color Cylindrical-coordinate representation of color #76C83C: hue angle of 95.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #76C83C is Cyan = 0.41, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.22.

Color convert

RGB 118 200 60 -
CMYK 0.41 0 0.7 0.22
HSL 95.14º 0.56% 0.51% -
HSV(B) 95.14º 0.7% 0.78% -
XYZ 28.94 45.49 11.53 -
YUV 159.52 71.83 98.38 -
System Red Green Blue C M Y K H S L
Decimal 118 200 60 0.41 0 0.7 0.22 95.14 0.56 0.51
Hex 76 C8 3C 29 0 46 16 5F 38 33
Octal 166 310 74 51 0 106 26 137 70 63
Binary 1110110 11001000 111100 101001 0 1000110 10110 1011111 111000 110011

Color Harmonies of #76C83C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C83C

Black with #76C83C

Text Example


Text Example

White with #76C83C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,200,60); }

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

background-color css

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

 a { background-color: rgb(118,200,60); }

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

border-color css

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

 span { border-color: rgb(118,200,60); }

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