Html Css Color HEX #7FF142 Atlantis

📋 copy color: '#7FF142'

red 127 ◦ green 241 ◦ blue 66

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

Shades of Atlantis #7FF142

Tints of Atlantis #7FF142

RGB

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

 GREEN value IS 241 (94.53% from 255) = 55.53%

 BLUE value IS 66 (26.17% from 255) = 15.21%

R = 29.26%
G = 55.53%
B = 15.21%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#7FF142 (or 0x7FF142) is known color: Atlantis. HEX triplet: 7F, F1 and 42. RGB value is (127,241,66). Sum of RGB (Red+Green+Blue) = 127+241+66=434 (57% of max value = 765). Red value is 127 (50% from 255 or 29.26% from 434); Green value is 241 (94.53% from 255 or 55.53% from 434); Blue value is 66 (26.17% from 255 or 15.21% from 434); Max value from RGB is 241 - color contains mainly: green. Hex color #7FF142 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7FF142 is #800EBD. Grayscale: #BBBBBB. Windows color (decimal): -8392382 or 4387199. OLE color: 4387199.

HSL color Cylindrical-coordinate representation of color #7FF142: hue angle of 99.09º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7FF142 is Cyan = 0.47, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 127 241 66 -
CMYK 0.47 0 0.73 0.05
HSL 99.09º 0.86% 0.6% -
HSV(B) 99.09º 0.73% 0.95% -
XYZ 41.19 67.82 16.07 -
YUV 186.96 59.73 85.23 -
System Red Green Blue C M Y K H S L
Decimal 127 241 66 0.47 0 0.73 0.05 99.09 0.86 0.6
Hex 7F F1 42 2F 0 49 5 63 56 3C
Octal 177 361 102 57 0 111 5 143 126 74
Binary 1111111 11110001 1000010 101111 0 1001001 101 1100011 1010110 111100

Color Harmonies of #7FF142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FF142

Black with #7FF142

Text Example


Text Example

White with #7FF142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,241,66); }

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

background-color css

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

 a { background-color: rgb(127,241,66); }

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

border-color css

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

 span { border-color: rgb(127,241,66); }

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