#DAFD3F

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

Shades of Pear #DAFD3F

Tints of Pear #DAFD3F

Color information

#DAFD3F (or 0xDAFD3F) is unknown color: approx Pear. HEX triplet: DA, FD and 3F. RGB value is (218,253,63). Sum of RGB (Red+Green+Blue) = 218+253+63=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 253 (99.22% from 255 or 47.38% from 534); Blue value is 63 (25% from 255 or 11.80% from 534); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFD3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFD3F is #2502C0. Grayscale: #DDDDDD. Windows color (decimal): -2425537 or 4193754. OLE color: 4193754.

HSL color Cylindrical-coordinate representation of color #DAFD3F: hue angle of 71.05º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DAFD3F is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.

Color convert

RGB21825363-
CMYK0.1400.750.01
HSL71.05º97.94%61.96%-
HSV(B)71.05º75.1%99.22%-
XYZ64.9485.5117.79-
YUV220.8738.9125.95-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.82%
GREEN value IS 253 (99.22% from 255) = 47.38%
BLUE value IS 63 (25% from 255) = 11.80%
R=40.82%
G=47.38%
B=11.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal218253630.1400.750.0171.0597.9461.96
HexDAFD3FE04B147623e
Octal33237577160113110714276
Binary1101101011111101111111111001001011110001111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFD3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFD3F; }

 p { color: rgb(218,253,63); }

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

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

 a { background-color: rgb(218,253,63); }

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

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

 span { border-color: rgb(218,253,63); }

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