Html Css Color HEX #7FF334 Atlantis

📋 copy color: '#7FF334'

red 127 ◦ green 243 ◦ blue 52

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

Shades of Atlantis #7FF334

Tints of Atlantis #7FF334

RGB

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

 GREEN value IS 243 (95.31% from 255) = 57.58%

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

R = 30.09%
G = 57.58%
B = 12.32%

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

#7FF334 (or 0x7FF334) is known color: Atlantis. HEX triplet: 7F, F3 and 34. RGB value is (127,243,52). Sum of RGB (Red+Green+Blue) = 127+243+52=422 (55% of max value = 765). Red value is 127 (50% from 255 or 30.09% from 422); Green value is 243 (95.31% from 255 or 57.58% from 422); Blue value is 52 (20.70% from 255 or 12.32% from 422); Max value from RGB is 243 - color contains mainly: green. Hex color #7FF334 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7FF334 is #800CCB. Grayscale: #BBBBBB. Windows color (decimal): -8391884 or 3470207. OLE color: 3470207.

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

Color convert

RGB 127 243 52 -
CMYK 0.48 0 0.79 0.05
HSL 96.44º 0.89% 0.58% -
HSV(B) 96.44º 0.79% 0.95% -
XYZ 41.42 68.86 14.36 -
YUV 186.54 52.07 85.53 -
System Red Green Blue C M Y K H S L
Decimal 127 243 52 0.48 0 0.79 0.05 96.44 0.89 0.58
Hex 7F F3 34 30 0 4F 5 60 59 3A
Octal 177 363 64 60 0 117 5 140 131 72
Binary 1111111 11110011 110100 110000 0 1001111 101 1100000 1011001 111010

Color Harmonies of #7FF334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FF334

Black with #7FF334

Text Example


Text Example

White with #7FF334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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