Html Css Color HEX #7FF232 Atlantis

📋 copy color: '#7FF232'

red 127 ◦ green 242 ◦ blue 50

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

Shades of Atlantis #7FF232

Tints of Atlantis #7FF232

RGB

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

 GREEN value IS 242 (94.92% from 255) = 57.76%

 BLUE value IS 50 (19.92% from 255) = 11.93%

R = 30.31%
G = 57.76%
B = 11.93%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#7FF232 (or 0x7FF232) is known color: Atlantis. HEX triplet: 7F, F2 and 32. RGB value is (127,242,50). Sum of RGB (Red+Green+Blue) = 127+242+50=419 (55% of max value = 765). Red value is 127 (50% from 255 or 30.31% from 419); Green value is 242 (94.92% from 255 or 57.76% from 419); Blue value is 50 (19.92% from 255 or 11.93% from 419); Max value from RGB is 242 - color contains mainly: green. Hex color #7FF232 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7FF232 is #800DCD. Grayscale: #BABABA. Windows color (decimal): -8392142 or 3338879. OLE color: 3338879.

HSL color Cylindrical-coordinate representation of color #7FF232: hue angle of 95.94º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7FF232 is Cyan = 0.48, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 127 242 50 -
CMYK 0.48 0 0.79 0.05
HSL 95.94º 0.88% 0.57% -
HSV(B) 95.94º 0.79% 0.95% -
XYZ 41.08 68.25 14.03 -
YUV 185.73 51.4 86.11 -
System Red Green Blue C M Y K H S L
Decimal 127 242 50 0.48 0 0.79 0.05 95.94 0.88 0.57
Hex 7F F2 32 30 0 4F 5 60 58 39
Octal 177 362 62 60 0 117 5 140 130 71
Binary 1111111 11110010 110010 110000 0 1001111 101 1100000 1011000 111001

Color Harmonies of #7FF232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FF232

Black with #7FF232

Text Example


Text Example

White with #7FF232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,242,50); }

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

background-color css

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

 a { background-color: rgb(127,242,50); }

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

border-color css

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

 span { border-color: rgb(127,242,50); }

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