Html Css Color HEX #7FDD3B Atlantis

📋 copy color: '#7FDD3B'

red 127 ◦ green 221 ◦ blue 59

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

Shades of Atlantis #7FDD3B

Tints of Atlantis #7FDD3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.5%

R = 31.2%
G = 54.3%
B = 14.5%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#7FDD3B (or 0x7FDD3B) is known color: Atlantis. HEX triplet: 7F, DD and 3B. RGB value is (127,221,59). Sum of RGB (Red+Green+Blue) = 127+221+59=407 (53% of max value = 765). Red value is 127 (50% from 255 or 31.20% from 407); Green value is 221 (86.72% from 255 or 54.30% from 407); Blue value is 59 (23.44% from 255 or 14.50% from 407); Max value from RGB is 221 - color contains mainly: green. Hex color #7FDD3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FDD3B is #8022C4. Grayscale: #AEAEAE. Windows color (decimal): -8397509 or 3923327. OLE color: 3923327.

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

Color convert

RGB 127 221 59 -
CMYK 0.43 0 0.73 0.13
HSL 94.81º 0.7% 0.55% -
HSV(B) 94.81º 0.73% 0.87% -
XYZ 35.4 56.54 13.19 -
YUV 174.43 62.86 94.17 -
System Red Green Blue C M Y K H S L
Decimal 127 221 59 0.43 0 0.73 0.13 94.81 0.7 0.55
Hex 7F DD 3B 2B 0 49 D 5F 46 37
Octal 177 335 73 53 0 111 15 137 106 67
Binary 1111111 11011101 111011 101011 0 1001001 1101 1011111 1000110 110111

Color Harmonies of #7FDD3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FDD3B

Black with #7FDD3B

Text Example


Text Example

White with #7FDD3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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