Html Css Color HEX #7FF231 Atlantis

📋 copy color: '#7FF231'

red 127 ◦ green 242 ◦ blue 49

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

Shades of Atlantis #7FF231

Tints of Atlantis #7FF231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.72%

R = 30.38%
G = 57.89%
B = 11.72%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#7FF231 (or 0x7FF231) is known color: Atlantis. HEX triplet: 7F, F2 and 31. RGB value is (127,242,49). Sum of RGB (Red+Green+Blue) = 127+242+49=418 (55% of max value = 765). Red value is 127 (50% from 255 or 30.38% from 418); Green value is 242 (94.92% from 255 or 57.89% from 418); Blue value is 49 (19.53% from 255 or 11.72% from 418); Max value from RGB is 242 - color contains mainly: green. Hex color #7FF231 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7FF231 is #800DCE. Grayscale: #BABABA. Windows color (decimal): -8392143 or 3273343. OLE color: 3273343.

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

Color convert

RGB 127 242 49 -
CMYK 0.48 0 0.80 0.05
HSL 95.75º 0.88% 0.57% -
HSV(B) 95.75º 0.8% 0.95% -
XYZ 41.06 68.24 13.91 -
YUV 185.61 50.9 86.19 -
System Red Green Blue C M Y K H S L
Decimal 127 242 49 0.48 0 0.80 0.05 95.75 0.88 0.57
Hex 7F F2 31 30 0 50 5 60 58 39
Octal 177 362 61 60 0 120 5 140 130 71
Binary 1111111 11110010 110001 110000 0 1010000 101 1100000 1011000 111001

Color Harmonies of #7FF231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FF231

Black with #7FF231

Text Example


Text Example

White with #7FF231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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