#DAF83F

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

Shades of Pear #DAF83F

Tints of Pear #DAF83F

Color information

#DAF83F (or 0xDAF83F) is unknown color: approx Pear. HEX triplet: DA, F8 and 3F. RGB value is (218,248,63). Sum of RGB (Red+Green+Blue) = 218+248+63=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 248 (97.27% from 255 or 46.88% from 529); Blue value is 63 (25% from 255 or 11.91% from 529); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF83F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF83F is #2507C0. Grayscale: #DADADA. Windows color (decimal): -2426817 or 4192474. OLE color: 4192474.

HSL color Cylindrical-coordinate representation of color #DAF83F: hue angle of 69.73º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DAF83F is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.

Color convert

RGB21824863-
CMYK0.1200.750.03
HSL69.73º92.96%60.98%-
HSV(B)69.73º74.6%97.25%-
XYZ63.3882.417.27-
YUV217.9440.56128.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.21%
GREEN value IS 248 (97.27% from 255) = 46.88%
BLUE value IS 63 (25% from 255) = 11.91%
R=41.21%
G=46.88%
B=11.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal218248630.1200.750.0369.7392.9660.98
HexDAF83FC04B3465d3d
Octal33237077140113310613575
Binary11011010111110001111111100010010111110001101011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF83F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF83F; }

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

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

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

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

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

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

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

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