Html Css Color HEX #76C83D Apple

📋 copy color: '#76C83D'

red 118 ◦ green 200 ◦ blue 61

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

Shades of Apple #76C83D

Tints of Apple #76C83D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.09%

R = 31.13%
G = 52.77%
B = 16.09%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#76C83D (or 0x76C83D) is known color: Apple. HEX triplet: 76, C8 and 3D. RGB value is (118,200,61). Sum of RGB (Red+Green+Blue) = 118+200+61=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 200 (78.52% from 255 or 52.77% from 379); Blue value is 61 (24.22% from 255 or 16.09% from 379); Max value from RGB is 200 - color contains mainly: green. Hex color #76C83D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C83D is #8937C2. Grayscale: #A0A0A0. Windows color (decimal): -8992707 or 4049014. OLE color: 4049014.

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

Color convert

RGB 118 200 61 -
CMYK 0.41 0 0.69 0.22
HSL 95.4º 0.56% 0.51% -
HSV(B) 95.4º 0.7% 0.78% -
XYZ 28.97 45.5 11.67 -
YUV 159.64 72.33 98.3 -
System Red Green Blue C M Y K H S L
Decimal 118 200 61 0.41 0 0.69 0.22 95.4 0.56 0.51
Hex 76 C8 3D 29 0 45 16 5F 38 33
Octal 166 310 75 51 0 105 26 137 70 63
Binary 1110110 11001000 111101 101001 0 1000101 10110 1011111 111000 110011

Color Harmonies of #76C83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C83D

Black with #76C83D

Text Example


Text Example

White with #76C83D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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