Html Css Color HEX #7FD33C Atlantis

📋 copy color: '#7FD33C'

red 127 ◦ green 211 ◦ blue 60

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

Shades of Atlantis #7FD33C

Tints of Atlantis #7FD33C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 53.02%

 BLUE value IS 60 (23.83% from 255) = 15.08%

R = 31.91%
G = 53.02%
B = 15.08%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#7FD33C (or 0x7FD33C) is known color: Atlantis. HEX triplet: 7F, D3 and 3C. RGB value is (127,211,60). Sum of RGB (Red+Green+Blue) = 127+211+60=398 (52% of max value = 765). Red value is 127 (50% from 255 or 31.91% from 398); Green value is 211 (82.81% from 255 or 53.02% from 398); Blue value is 60 (23.83% from 255 or 15.08% from 398); Max value from RGB is 211 - color contains mainly: green. Hex color #7FD33C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FD33C is #802CC3. Grayscale: #A9A9A9. Windows color (decimal): -8400068 or 3986303. OLE color: 3986303.

HSL color Cylindrical-coordinate representation of color #7FD33C: hue angle of 93.38º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7FD33C is Cyan = 0.40, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB 127 211 60 -
CMYK 0.40 0 0.72 0.17
HSL 93.38º 0.63% 0.53% -
HSV(B) 93.38º 0.72% 0.83% -
XYZ 32.86 51.43 12.47 -
YUV 168.67 66.67 98.28 -
System Red Green Blue C M Y K H S L
Decimal 127 211 60 0.40 0 0.72 0.17 93.38 0.63 0.53
Hex 7F D3 3C 28 0 48 11 5D 3F 35
Octal 177 323 74 50 0 110 21 135 77 65
Binary 1111111 11010011 111100 101000 0 1001000 10001 1011101 111111 110101

Color Harmonies of #7FD33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD33C

Black with #7FD33C

Text Example


Text Example

White with #7FD33C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,211,60); }

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

background-color css

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

 a { background-color: rgb(127,211,60); }

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

border-color css

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

 span { border-color: rgb(127,211,60); }

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