Html Css Color HEX #7FCF3E Atlantis

📋 copy color: '#7FCF3E'

red 127 ◦ green 207 ◦ blue 62

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

Shades of Atlantis #7FCF3E

Tints of Atlantis #7FCF3E

RGB

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

 GREEN value IS 207 (81.25% from 255) = 52.27%

 BLUE value IS 62 (24.61% from 255) = 15.66%

R = 32.07%
G = 52.27%
B = 15.66%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#7FCF3E (or 0x7FCF3E) is known color: Atlantis. HEX triplet: 7F, CF and 3E. RGB value is (127,207,62). Sum of RGB (Red+Green+Blue) = 127+207+62=396 (52% of max value = 765). Red value is 127 (50% from 255 or 32.07% from 396); Green value is 207 (81.25% from 255 or 52.27% from 396); Blue value is 62 (24.61% from 255 or 15.66% from 396); Max value from RGB is 207 - color contains mainly: green. Hex color #7FCF3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FCF3E is #8030C1. Grayscale: #A7A7A7. Windows color (decimal): -8401090 or 4116351. OLE color: 4116351.

HSL color Cylindrical-coordinate representation of color #7FCF3E: hue angle of 93.1º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7FCF3E is Cyan = 0.39, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 127 207 62 -
CMYK 0.39 0 0.70 0.19
HSL 93.1º 0.6% 0.53% -
HSV(B) 93.1º 0.7% 0.81% -
XYZ 31.93 49.49 12.43 -
YUV 166.55 69 99.79 -
System Red Green Blue C M Y K H S L
Decimal 127 207 62 0.39 0 0.70 0.19 93.1 0.6 0.53
Hex 7F CF 3E 27 0 46 13 5D 3C 35
Octal 177 317 76 47 0 106 23 135 74 65
Binary 1111111 11001111 111110 100111 0 1000110 10011 1011101 111100 110101

Color Harmonies of #7FCF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCF3E

Black with #7FCF3E

Text Example


Text Example

White with #7FCF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,207,62); }

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

background-color css

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

 a { background-color: rgb(127,207,62); }

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

border-color css

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

 span { border-color: rgb(127,207,62); }

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