Html Css Color HEX #7FCD3D Atlantis

📋 copy color: '#7FCD3D'

red 127 ◦ green 205 ◦ blue 61

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

Shades of Atlantis #7FCD3D

Tints of Atlantis #7FCD3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.52%

R = 32.32%
G = 52.16%
B = 15.52%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#7FCD3D (or 0x7FCD3D) is known color: Atlantis. HEX triplet: 7F, CD and 3D. RGB value is (127,205,61). Sum of RGB (Red+Green+Blue) = 127+205+61=393 (52% of max value = 765). Red value is 127 (50% from 255 or 32.32% from 393); Green value is 205 (80.47% from 255 or 52.16% from 393); Blue value is 61 (24.22% from 255 or 15.52% from 393); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCD3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FCD3D is #8032C2. Grayscale: #A5A5A5. Windows color (decimal): -8401603 or 4050303. OLE color: 4050303.

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

Color convert

RGB 127 205 61 -
CMYK 0.38 0 0.70 0.20
HSL 92.5º 0.59% 0.52% -
HSV(B) 92.5º 0.7% 0.8% -
XYZ 31.43 48.51 12.12 -
YUV 165.26 69.16 100.71 -
System Red Green Blue C M Y K H S L
Decimal 127 205 61 0.38 0 0.70 0.20 92.5 0.59 0.52
Hex 7F CD 3D 26 0 46 14 5C 3B 34
Octal 177 315 75 46 0 106 24 134 73 64
Binary 1111111 11001101 111101 100110 0 1000110 10100 1011100 111011 110100

Color Harmonies of #7FCD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCD3D

Black with #7FCD3D

Text Example


Text Example

White with #7FCD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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