Html Css Color HEX #76E634 Atlantis

📋 copy color: '#76E634'

red 118 ◦ green 230 ◦ blue 52

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

Shades of Atlantis #76E634

Tints of Atlantis #76E634

RGB

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

 GREEN value IS 230 (90.23% from 255) = 57.5%

 BLUE value IS 52 (20.7% from 255) = 13%

R = 29.5%
G = 57.5%
B = 13%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#76E634 (or 0x76E634) is known color: Atlantis. HEX triplet: 76, E6 and 34. RGB value is (118,230,52). Sum of RGB (Red+Green+Blue) = 118+230+52=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 230 (90.23% from 255 or 57.5% from 400); Blue value is 52 (20.70% from 255 or 13% from 400); Max value from RGB is 230 - color contains mainly: green. Hex color #76E634 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #76E634 is #8919CB. Grayscale: #B0B0B0. Windows color (decimal): -8985036 or 3466870. OLE color: 3466870.

HSL color Cylindrical-coordinate representation of color #76E634: hue angle of 97.75º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #76E634 is Cyan = 0.49, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.

Color convert

RGB 118 230 52 -
CMYK 0.49 0 0.77 0.10
HSL 97.75º 0.78% 0.55% -
HSV(B) 97.75º 0.77% 0.9% -
XYZ 36.39 60.69 13.05 -
YUV 176.22 57.89 86.47 -
System Red Green Blue C M Y K H S L
Decimal 118 230 52 0.49 0 0.77 0.10 97.75 0.78 0.55
Hex 76 E6 34 31 0 4D A 62 4E 37
Octal 166 346 64 61 0 115 12 142 116 67
Binary 1110110 11100110 110100 110001 0 1001101 1010 1100010 1001110 110111

Color Harmonies of #76E634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76E634

Black with #76E634

Text Example


Text Example

White with #76E634

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,230,52); }

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

background-color css

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

 a { background-color: rgb(118,230,52); }

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

border-color css

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

 span { border-color: rgb(118,230,52); }

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