#64D674

Color #64D674 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #64D674

Tints of Pastel Green #64D674

Color information

#64D674 (or 0x64D674) is unknown color: approx Pastel Green. HEX triplet: 64, D6 and 74. RGB value is (100,214,116). Sum of RGB (Red+Green+Blue) = 100+214+116=430 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.26% from 430); Green value is 214 (83.98% from 255 or 49.77% from 430); Blue value is 116 (45.70% from 255 or 26.98% from 430); Max value from RGB is 214 - color contains mainly: green. Hex color #64D674 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D674 is #9B298B. Grayscale: #A9A9A9. Windows color (decimal): -10168716 or 7657060. OLE color: 7657060.

HSL color Cylindrical-coordinate representation of color #64D674: hue angle of 128.42º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D674 is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB100214116-
CMYK0.5300.460.16
HSL128.42º58.16%61.57%-
HSV(B)128.42º53.27%83.92%-
XYZ32.4552.0624.86-
YUV168.7498.2378.97-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.26%
GREEN value IS 214 (83.98% from 255) = 49.77%
BLUE value IS 116 (45.70% from 255) = 26.98%
R=23.26%
G=49.77%
B=26.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1002141160.5300.460.16128.4258.1661.57
Hex64D6743502E10803a3e
Octal14432616465056202007276
Binary110010011010110111010011010101011101000010000000111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64D674; }

 p { color: rgb(100,214,116); }

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

<style>
 a { background-color: #64D674; }

 a { background-color: rgb(100,214,116); }

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

<style>
 span { border-color: #64D674; }

 span { border-color: rgb(100,214,116); }

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