Html Css Color HEX #7FEE34 Atlantis

📋 copy color: '#7FEE34'

red 127 ◦ green 238 ◦ blue 52

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

Shades of Atlantis #7FEE34

Tints of Atlantis #7FEE34

RGB

 RED value IS 127 (50% from 255) = 30.46%

 GREEN value IS 238 (93.36% from 255) = 57.07%

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

R = 30.46%
G = 57.07%
B = 12.47%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#7FEE34 (or 0x7FEE34) is known color: Atlantis. HEX triplet: 7F, EE and 34. RGB value is (127,238,52). Sum of RGB (Red+Green+Blue) = 127+238+52=417 (55% of max value = 765). Red value is 127 (50% from 255 or 30.46% from 417); Green value is 238 (93.36% from 255 or 57.07% from 417); Blue value is 52 (20.70% from 255 or 12.47% from 417); Max value from RGB is 238 - color contains mainly: green. Hex color #7FEE34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7FEE34 is #8011CB. Grayscale: #B8B8B8. Windows color (decimal): -8393164 or 3468927. OLE color: 3468927.

HSL color Cylindrical-coordinate representation of color #7FEE34: hue angle of 95.81º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7FEE34 is Cyan = 0.47, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 127 238 52 -
CMYK 0.47 0 0.78 0.07
HSL 95.81º 0.85% 0.57% -
HSV(B) 95.81º 0.78% 0.93% -
XYZ 39.95 65.91 13.87 -
YUV 183.61 53.73 87.62 -
System Red Green Blue C M Y K H S L
Decimal 127 238 52 0.47 0 0.78 0.07 95.81 0.85 0.57
Hex 7F EE 34 2F 0 4E 7 60 55 39
Octal 177 356 64 57 0 116 7 140 125 71
Binary 1111111 11101110 110100 101111 0 1001110 111 1100000 1010101 111001

Color Harmonies of #7FEE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FEE34

Black with #7FEE34

Text Example


Text Example

White with #7FEE34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FEE34; }

 p { color: rgb(127,238,52); }

 H1.HeaderClassName
 {
   color: #7FEE34;
 }
 .AnyTagClassName
 {
   color: #7FEE34;
 }
</style>

background-color css

<style>
 a { background-color: #7FEE34; }

 a { background-color: rgb(127,238,52); }

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

border-color css

<style>
 span { border-color: #7FEE34; }

 span { border-color: rgb(127,238,52); }

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