#DAF645

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

Shades of Pear #DAF645

Tints of Pear #DAF645

Color information

#DAF645 (or 0xDAF645) is unknown color: approx Pear. HEX triplet: DA, F6 and 45. RGB value is (218,246,69). Sum of RGB (Red+Green+Blue) = 218+246+69=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 246 (96.48% from 255 or 46.15% from 533); Blue value is 69 (27.34% from 255 or 12.95% from 533); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF645 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF645 is #2509BA. Grayscale: #DADADA. Windows color (decimal): -2427323 or 4585178. OLE color: 4585178.

HSL color Cylindrical-coordinate representation of color #DAF645: hue angle of 69.49º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DAF645 is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.

Color convert

RGB21824669-
CMYK0.1100.720.04
HSL69.49º90.77%61.76%-
HSV(B)69.49º71.95%96.47%-
XYZ62.9481.2517.99-
YUV217.4544.22128.39-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.90%
GREEN value IS 246 (96.48% from 255) = 46.15%
BLUE value IS 69 (27.34% from 255) = 12.95%
R=40.90%
G=46.15%
B=12.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal218246690.1100.720.0469.4990.7761.76
HexDAF645B0484455b3e
Octal332366105130110410513376
Binary1101101011110110100010110110100100010010001011011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF645; }

 p { color: rgb(218,246,69); }

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

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

 a { background-color: rgb(218,246,69); }

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

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

 span { border-color: rgb(218,246,69); }

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