#DAFB46

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

Shades of Pear #DAFB46

Tints of Pear #DAFB46

Color information

#DAFB46 (or 0xDAFB46) is unknown color: approx Pear. HEX triplet: DA, FB and 46. RGB value is (218,251,70). Sum of RGB (Red+Green+Blue) = 218+251+70=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 251 (98.44% from 255 or 46.57% from 539); Blue value is 70 (27.73% from 255 or 12.99% from 539); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFB46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFB46 is #2504B9. Grayscale: #DDDDDD. Windows color (decimal): -2426042 or 4651994. OLE color: 4651994.

HSL color Cylindrical-coordinate representation of color #DAFB46: hue angle of 70.94º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DAFB46 is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB21825170-
CMYK0.1300.720.02
HSL70.94º95.77%62.94%-
HSV(B)70.94º72.11%98.43%-
XYZ64.5284.3418.67-
YUV220.543.07126.22-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.45%
GREEN value IS 251 (98.44% from 255) = 46.57%
BLUE value IS 70 (27.73% from 255) = 12.99%
R=40.45%
G=46.57%
B=12.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal218251700.1300.720.0270.9495.7762.94
HexDAFB46D048247603f
Octal332373106150110210714077
Binary110110101111101110001101101010010001010001111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFB46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFB46; }

 p { color: rgb(218,251,70); }

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

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

 a { background-color: rgb(218,251,70); }

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

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

 span { border-color: rgb(218,251,70); }

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