#DAF934

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

Shades of Pear #DAF934

Tints of Pear #DAF934

Color information

#DAF934 (or 0xDAF934) is unknown color: approx Pear. HEX triplet: DA, F9 and 34. RGB value is (218,249,52). Sum of RGB (Red+Green+Blue) = 218+249+52=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 249 (97.66% from 255 or 47.98% from 519); Blue value is 52 (20.70% from 255 or 10.02% from 519); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF934 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF934 is #2506CB. Grayscale: #DADADA. Windows color (decimal): -2426572 or 3471834. OLE color: 3471834.

HSL color Cylindrical-coordinate representation of color #DAF934: hue angle of 69.44º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DAF934 is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.

Color convert

RGB21824952-
CMYK0.1200.790.02
HSL69.44º94.26%59.02%-
HSV(B)69.44º79.12%97.65%-
XYZ63.4182.915.91-
YUV217.2734.73128.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.00%
GREEN value IS 249 (97.66% from 255) = 47.98%
BLUE value IS 52 (20.70% from 255) = 10.02%
R=42.00%
G=47.98%
B=10.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal218249520.1200.790.0269.4494.2659.02
HexDAF934C04F2455e3b
Octal33237164140117210513673
Binary11011010111110011101001100010011111010001011011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF934; }

 p { color: rgb(218,249,52); }

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

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

 a { background-color: rgb(218,249,52); }

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

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

 span { border-color: rgb(218,249,52); }

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