Html Css Color HEX #76CE3D Apple

📋 copy color: '#76CE3D'

red 118 ◦ green 206 ◦ blue 61

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

Shades of Apple #76CE3D

Tints of Apple #76CE3D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 53.51%

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

R = 30.65%
G = 53.51%
B = 15.84%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#76CE3D (or 0x76CE3D) is known color: Apple. HEX triplet: 76, CE and 3D. RGB value is (118,206,61). Sum of RGB (Red+Green+Blue) = 118+206+61=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 206 (80.86% from 255 or 53.51% from 385); Blue value is 61 (24.22% from 255 or 15.84% from 385); Max value from RGB is 206 - color contains mainly: green. Hex color #76CE3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76CE3D is #8931C2. Grayscale: #A3A3A3. Windows color (decimal): -8991171 or 4050550. OLE color: 4050550.

HSL color Cylindrical-coordinate representation of color #76CE3D: hue angle of 96.41º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #76CE3D is Cyan = 0.43, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 206 61 -
CMYK 0.43 0 0.70 0.19
HSL 96.41º 0.6% 0.52% -
HSV(B) 96.41º 0.7% 0.81% -
XYZ 30.38 48.33 12.14 -
YUV 163.16 70.35 95.79 -
System Red Green Blue C M Y K H S L
Decimal 118 206 61 0.43 0 0.70 0.19 96.41 0.6 0.52
Hex 76 CE 3D 2B 0 46 13 60 3C 34
Octal 166 316 75 53 0 106 23 140 74 64
Binary 1110110 11001110 111101 101011 0 1000110 10011 1100000 111100 110100

Color Harmonies of #76CE3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CE3D

Black with #76CE3D

Text Example


Text Example

White with #76CE3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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