Html Css Color HEX #7FCD3C Atlantis

📋 copy color: '#7FCD3C'

red 127 ◦ green 205 ◦ blue 60

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

Shades of Atlantis #7FCD3C

Tints of Atlantis #7FCD3C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 52.3%

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

R = 32.4%
G = 52.3%
B = 15.31%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#7FCD3C (or 0x7FCD3C) is known color: Atlantis. HEX triplet: 7F, CD and 3C. RGB value is (127,205,60). Sum of RGB (Red+Green+Blue) = 127+205+60=392 (51% of max value = 765). Red value is 127 (50% from 255 or 32.40% from 392); Green value is 205 (80.47% from 255 or 52.30% from 392); Blue value is 60 (23.83% from 255 or 15.31% from 392); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCD3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FCD3C is #8032C3. Grayscale: #A5A5A5. Windows color (decimal): -8401604 or 3984767. OLE color: 3984767.

HSL color Cylindrical-coordinate representation of color #7FCD3C: hue angle of 92.28º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7FCD3C is Cyan = 0.38, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 127 205 60 -
CMYK 0.38 0 0.71 0.20
HSL 92.28º 0.59% 0.52% -
HSV(B) 92.28º 0.71% 0.8% -
XYZ 31.4 48.5 11.98 -
YUV 165.15 68.66 100.79 -
System Red Green Blue C M Y K H S L
Decimal 127 205 60 0.38 0 0.71 0.20 92.28 0.59 0.52
Hex 7F CD 3C 26 0 47 14 5C 3B 34
Octal 177 315 74 46 0 107 24 134 73 64
Binary 1111111 11001101 111100 100110 0 1000111 10100 1011100 111011 110100

Color Harmonies of #7FCD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCD3C

Black with #7FCD3C

Text Example


Text Example

White with #7FCD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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