#61cf74

Color #61CF74 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #61CF74

Tints of Emerald #61CF74

Color information

#61CF74 (or 0x61CF74) is unknown color: approx Emerald. HEX triplet: 61, CF and 74. RGB value is (97,207,116). Sum of RGB (Red+Green+Blue) = 97+207+116=420 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.10% from 420); Green value is 207 (81.25% from 255 or 49.29% from 420); Blue value is 116 (45.70% from 255 or 27.62% from 420); Max value from RGB is 207 - color contains mainly: green. Hex color #61CF74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61CF74 is #9E308B. Grayscale: #A3A3A3. Windows color (decimal): -10367116 or 7655265. OLE color: 7655265.

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

Color convert

RGB97207116-
CMYK0.5300.440.19
HSL130.36º53.4%59.61%-
HSV(B)130.36º53.14%81.18%-
XYZ30.3948.4324.27-
YUV163.74101.0680.4-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.10%
GREEN value IS 207 (81.25% from 255) = 49.29%
BLUE value IS 116 (45.70% from 255) = 27.62%
R=23.10%
G=49.29%
B=27.62%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal972071160.5300.440.19130.3653.459.61
Hex61CF743502C1382353c
Octal14131716465054232026574
Binary110000111001111111010011010101011001001110000010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61cf74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61cf74; }

 p { color: rgb(97,207,116); }

 H1.HeaderClassName
 {
   color: #61cf74;
 }
 .AnyTagClassName
 {
   color: #61cf74;
 }
</style>
background-color css

<style>
 a { background-color: #61cf74; }

 a { background-color: rgb(97,207,116); }

 div.DivClassName
 {
   background-color: #61cf74;
 }
 .BgClassName
 {
   background-color: #61cf74;
 }
</style>
border-color css

<style>
 span { border-color: #61cf74; }

 span { border-color: rgb(97,207,116); }

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