#DAF13F

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

Shades of Pear #DAF13F

Tints of Pear #DAF13F

Color information

#DAF13F (or 0xDAF13F) is unknown color: approx Pear. HEX triplet: DA, F1 and 3F. RGB value is (218,241,63). Sum of RGB (Red+Green+Blue) = 218+241+63=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 241 (94.53% from 255 or 46.17% from 522); Blue value is 63 (25% from 255 or 12.07% from 522); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF13F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF13F is #250EC0. Grayscale: #D6D6D6. Windows color (decimal): -2428609 or 4190682. OLE color: 4190682.

HSL color Cylindrical-coordinate representation of color #DAF13F: hue angle of 67.75º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DAF13F is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB21824163-
CMYK0.1000.740.05
HSL67.75º86.41%59.61%-
HSV(B)67.75º73.86%94.51%-
XYZ61.2778.1716.56-
YUV213.8342.88130.97-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.76%
GREEN value IS 241 (94.53% from 255) = 46.17%
BLUE value IS 63 (25% from 255) = 12.07%
R=41.76%
G=46.17%
B=12.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal218241630.1000.740.0567.7586.4159.61
HexDAF13FA04A544563c
Octal33236177120112510412674
Binary110110101111000111111110100100101010110001001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF13F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF13F; }

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

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

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

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

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

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

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

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