#DAF92A

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

Shades of Pear #DAF92A

Tints of Pear #DAF92A

Color information

#DAF92A (or 0xDAF92A) is unknown color: approx Pear. HEX triplet: DA, F9 and 2A. RGB value is (218,249,42). Sum of RGB (Red+Green+Blue) = 218+249+42=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 249 (97.66% from 255 or 48.92% from 509); Blue value is 42 (16.80% from 255 or 8.25% from 509); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF92A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF92A is #2506D5. Grayscale: #D8D8D8. Windows color (decimal): -2426582 or 2816474. OLE color: 2816474.

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

Color convert

RGB21824942-
CMYK0.1200.830.02
HSL68.99º94.52%57.06%-
HSV(B)68.99º83.13%97.65%-
XYZ63.2182.8214.85-
YUV216.1329.73129.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.83%
GREEN value IS 249 (97.66% from 255) = 48.92%
BLUE value IS 42 (16.80% from 255) = 8.25%
R=42.83%
G=48.92%
B=8.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal218249420.1200.830.0268.9994.5257.06
HexDAF92AC0532455f39
Octal33237152140123210513771
Binary11011010111110011010101100010100111010001011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF92A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF92A; }

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

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

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

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

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

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

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

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