Html Css Color HEX #7FD03C Atlantis

📋 copy color: '#7FD03C'

red 127 ◦ green 208 ◦ blue 60

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

Shades of Atlantis #7FD03C

Tints of Atlantis #7FD03C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 52.66%

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

R = 32.15%
G = 52.66%
B = 15.19%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#7FD03C (or 0x7FD03C) is known color: Atlantis. HEX triplet: 7F, D0 and 3C. RGB value is (127,208,60). Sum of RGB (Red+Green+Blue) = 127+208+60=395 (52% of max value = 765). Red value is 127 (50% from 255 or 32.15% from 395); Green value is 208 (81.64% from 255 or 52.66% from 395); Blue value is 60 (23.83% from 255 or 15.19% from 395); Max value from RGB is 208 - color contains mainly: green. Hex color #7FD03C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FD03C is #802FC3. Grayscale: #A7A7A7. Windows color (decimal): -8400836 or 3985535. OLE color: 3985535.

HSL color Cylindrical-coordinate representation of color #7FD03C: hue angle of 92.84º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7FD03C is Cyan = 0.39, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 127 208 60 -
CMYK 0.39 0 0.71 0.18
HSL 92.84º 0.61% 0.53% -
HSV(B) 92.84º 0.71% 0.82% -
XYZ 32.12 49.95 12.22 -
YUV 166.91 67.66 99.53 -
System Red Green Blue C M Y K H S L
Decimal 127 208 60 0.39 0 0.71 0.18 92.84 0.61 0.53
Hex 7F D0 3C 27 0 47 12 5D 3D 35
Octal 177 320 74 47 0 107 22 135 75 65
Binary 1111111 11010000 111100 100111 0 1000111 10010 1011101 111101 110101

Color Harmonies of #7FD03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD03C

Black with #7FD03C

Text Example


Text Example

White with #7FD03C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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