#64DF7E

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

Shades of Pastel Green #64DF7E

Tints of Pastel Green #64DF7E

Color information

#64DF7E (or 0x64DF7E) is unknown color: approx Pastel Green. HEX triplet: 64, DF and 7E. RGB value is (100,223,126). Sum of RGB (Red+Green+Blue) = 100+223+126=449 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.27% from 449); Green value is 223 (87.5% from 255 or 49.67% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 223 - color contains mainly: green. Hex color #64DF7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64DF7E is #9B2081. Grayscale: #AFAFAF. Windows color (decimal): -10166402 or 8314724. OLE color: 8314724.

HSL color Cylindrical-coordinate representation of color #64DF7E: hue angle of 132.68º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DF7E is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB100223126-
CMYK0.5500.430.13
HSL132.68º65.78%63.33%-
HSV(B)132.68º55.16%87.45%-
XYZ35.4156.9928.87-
YUV175.16100.2574.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.27%
GREEN value IS 223 (87.5% from 255) = 49.67%
BLUE value IS 126 (49.61% from 255) = 28.06%
R=22.27%
G=49.67%
B=28.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1002231260.5500.430.13132.6865.7863.33
Hex64DF7E3702BD85423f
Octal144337176670531520510277
Binary110010011011111111111011011101010111101100001011000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,223,126); }

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

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

 a { background-color: rgb(100,223,126); }

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

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

 span { border-color: rgb(100,223,126); }

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