Html Css Color HEX #7FF130 Atlantis

📋 copy color: '#7FF130'

red 127 ◦ green 241 ◦ blue 48

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

Shades of Atlantis #7FF130

Tints of Atlantis #7FF130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.54%

R = 30.53%
G = 57.93%
B = 11.54%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#7FF130 (or 0x7FF130) is known color: Atlantis. HEX triplet: 7F, F1 and 30. RGB value is (127,241,48). Sum of RGB (Red+Green+Blue) = 127+241+48=416 (55% of max value = 765). Red value is 127 (50% from 255 or 30.53% from 416); Green value is 241 (94.53% from 255 or 57.93% from 416); Blue value is 48 (19.14% from 255 or 11.54% from 416); Max value from RGB is 241 - color contains mainly: green. Hex color #7FF130 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7FF130 is #800ECF. Grayscale: #B9B9B9. Windows color (decimal): -8392400 or 3207551. OLE color: 3207551.

HSL color Cylindrical-coordinate representation of color #7FF130: hue angle of 95.44º degrees, saturation: 0.87, 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 #7FF130 is Cyan = 0.47, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 127 241 48 -
CMYK 0.47 0 0.80 0.05
HSL 95.44º 0.87% 0.57% -
HSV(B) 95.44º 0.8% 0.95% -
XYZ 40.74 67.64 13.7 -
YUV 184.91 50.73 86.69 -
System Red Green Blue C M Y K H S L
Decimal 127 241 48 0.47 0 0.80 0.05 95.44 0.87 0.57
Hex 7F F1 30 2F 0 50 5 5F 57 39
Octal 177 361 60 57 0 120 5 137 127 71
Binary 1111111 11110001 110000 101111 0 1010000 101 1011111 1010111 111001

Color Harmonies of #7FF130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FF130

Black with #7FF130

Text Example


Text Example

White with #7FF130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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