Html Css Color HEX #7FCC3D Atlantis

📋 copy color: '#7FCC3D'

red 127 ◦ green 204 ◦ blue 61

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

Shades of Atlantis #7FCC3D

Tints of Atlantis #7FCC3D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 52.04%

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

R = 32.4%
G = 52.04%
B = 15.56%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#7FCC3D (or 0x7FCC3D) is known color: Atlantis. HEX triplet: 7F, CC and 3D. RGB value is (127,204,61). Sum of RGB (Red+Green+Blue) = 127+204+61=392 (51% of max value = 765). Red value is 127 (50% from 255 or 32.40% from 392); Green value is 204 (80.08% from 255 or 52.04% from 392); Blue value is 61 (24.22% from 255 or 15.56% from 392); Max value from RGB is 204 - color contains mainly: green. Hex color #7FCC3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FCC3D is #8033C2. Grayscale: #A5A5A5. Windows color (decimal): -8401859 or 4050047. OLE color: 4050047.

HSL color Cylindrical-coordinate representation of color #7FCC3D: hue angle of 92.31º degrees, saturation: 0.58, 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 #7FCC3D is Cyan = 0.38, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 127 204 61 -
CMYK 0.38 0 0.70 0.2
HSL 92.31º 0.58% 0.52% -
HSV(B) 92.31º 0.7% 0.8% -
XYZ 31.19 48.03 12.04 -
YUV 164.68 69.49 101.13 -
System Red Green Blue C M Y K H S L
Decimal 127 204 61 0.38 0 0.70 0.2 92.31 0.58 0.52
Hex 7F CC 3D 26 0 46 14 5C 3A 34
Octal 177 314 75 46 0 106 24 134 72 64
Binary 1111111 11001100 111101 100110 0 1000110 10100 1011100 111010 110100

Color Harmonies of #7FCC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCC3D

Black with #7FCC3D

Text Example


Text Example

White with #7FCC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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