Html Css Color HEX #76E736 Atlantis

📋 copy color: '#76E736'

red 118 ◦ green 231 ◦ blue 54

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

Shades of Atlantis #76E736

Tints of Atlantis #76E736

RGB

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

 GREEN value IS 231 (90.63% from 255) = 57.32%

 BLUE value IS 54 (21.48% from 255) = 13.4%

R = 29.28%
G = 57.32%
B = 13.4%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.77

 K value IS 0.09

RGB Variations

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

Color information

#76E736 (or 0x76E736) is known color: Atlantis. HEX triplet: 76, E7 and 36. RGB value is (118,231,54). Sum of RGB (Red+Green+Blue) = 118+231+54=403 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.28% from 403); Green value is 231 (90.62% from 255 or 57.32% from 403); Blue value is 54 (21.48% from 255 or 13.40% from 403); Max value from RGB is 231 - color contains mainly: green. Hex color #76E736 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #76E736 is #8918C9. Grayscale: #B1B1B1. Windows color (decimal): -8984778 or 3598198. OLE color: 3598198.

HSL color Cylindrical-coordinate representation of color #76E736: hue angle of 98.31º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #76E736 is Cyan = 0.49, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.

Color convert

RGB 118 231 54 -
CMYK 0.49 0 0.77 0.09
HSL 98.31º 0.79% 0.56% -
HSV(B) 98.31º 0.77% 0.91% -
XYZ 36.71 61.27 13.38 -
YUV 177.04 58.56 85.89 -
System Red Green Blue C M Y K H S L
Decimal 118 231 54 0.49 0 0.77 0.09 98.31 0.79 0.56
Hex 76 E7 36 31 0 4D 9 62 4F 38
Octal 166 347 66 61 0 115 11 142 117 70
Binary 1110110 11100111 110110 110001 0 1001101 1001 1100010 1001111 111000

Color Harmonies of #76E736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76E736

Black with #76E736

Text Example


Text Example

White with #76E736

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,231,54); }

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

background-color css

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

 a { background-color: rgb(118,231,54); }

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

border-color css

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

 span { border-color: rgb(118,231,54); }

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