Html Css Color HEX #7FDD37 Atlantis

📋 copy color: '#7FDD37'

red 127 ◦ green 221 ◦ blue 55

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

Shades of Atlantis #7FDD37

Tints of Atlantis #7FDD37

RGB

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

 GREEN value IS 221 (86.72% from 255) = 54.84%

 BLUE value IS 55 (21.88% from 255) = 13.65%

R = 31.51%
G = 54.84%
B = 13.65%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#7FDD37 (or 0x7FDD37) is known color: Atlantis. HEX triplet: 7F, DD and 37. RGB value is (127,221,55). Sum of RGB (Red+Green+Blue) = 127+221+55=403 (53% of max value = 765). Red value is 127 (50% from 255 or 31.51% from 403); Green value is 221 (86.72% from 255 or 54.84% from 403); Blue value is 55 (21.88% from 255 or 13.65% from 403); Max value from RGB is 221 - color contains mainly: green. Hex color #7FDD37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FDD37 is #8022C8. Grayscale: #AEAEAE. Windows color (decimal): -8397513 or 3661183. OLE color: 3661183.

HSL color Cylindrical-coordinate representation of color #7FDD37: hue angle of 93.98º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7FDD37 is Cyan = 0.43, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 127 221 55 -
CMYK 0.43 0 0.75 0.13
HSL 93.98º 0.71% 0.54% -
HSV(B) 93.98º 0.75% 0.87% -
XYZ 35.3 56.5 12.66 -
YUV 173.97 60.86 94.5 -
System Red Green Blue C M Y K H S L
Decimal 127 221 55 0.43 0 0.75 0.13 93.98 0.71 0.54
Hex 7F DD 37 2B 0 4B D 5E 47 36
Octal 177 335 67 53 0 113 15 136 107 66
Binary 1111111 11011101 110111 101011 0 1001011 1101 1011110 1000111 110110

Color Harmonies of #7FDD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FDD37

Black with #7FDD37

Text Example


Text Example

White with #7FDD37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,221,55); }

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

background-color css

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

 a { background-color: rgb(127,221,55); }

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

border-color css

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

 span { border-color: rgb(127,221,55); }

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