#DAFF44

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

Shades of Pear #DAFF44

Tints of Pear #DAFF44

Color information

#DAFF44 (or 0xDAFF44) is unknown color: approx Pear. HEX triplet: DA, FF and 44. RGB value is (218,255,68). Sum of RGB (Red+Green+Blue) = 218+255+68=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 255 (100% from 255 or 47.13% from 541); Blue value is 68 (26.95% from 255 or 12.57% from 541); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF44 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFF44 is #2500BB. Grayscale: #DFDFDF. Windows color (decimal): -2425020 or 4521946. OLE color: 4521946.

HSL color Cylindrical-coordinate representation of color #DAFF44: hue angle of 71.87º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DAFF44 is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.

Color convert

RGB21825568-
CMYK0.1500.730
HSL71.87º100%63.33%-
HSV(B)71.87º73.33%100%-
XYZ65.7286.8418.77-
YUV222.6240.74124.71-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.30%
GREEN value IS 255 (100% from 255) = 47.13%
BLUE value IS 68 (26.95% from 255) = 12.57%
R=40.30%
G=47.13%
B=12.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal218255680.1500.73071.8710063.33
HexDAFF44F049048643f
Octal332377104170111011014477
Binary11011010111111111000100111101001001010010001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFF44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFF44; }

 p { color: rgb(218,255,68); }

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

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

 a { background-color: rgb(218,255,68); }

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

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

 span { border-color: rgb(218,255,68); }

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