#DAF31E

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

Shades of Pear #DAF31E

Tints of Pear #DAF31E

Color information

#DAF31E (or 0xDAF31E) is unknown color: approx Pear. HEX triplet: DA, F3 and 1E. RGB value is (218,243,30). Sum of RGB (Red+Green+Blue) = 218+243+30=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 243 (95.31% from 255 or 49.49% from 491); Blue value is 30 (12.11% from 255 or 6.11% from 491); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF31E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF31E is #250CE1. Grayscale: #D4D4D4. Windows color (decimal): -2428130 or 2028506. OLE color: 2028506.

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

Color convert

RGB21824330-
CMYK0.1000.880.05
HSL67.04º89.87%53.53%-
HSV(B)67.04º87.65%95.29%-
XYZ61.279.113.27-
YUV211.2425.72132.82-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.40%
GREEN value IS 243 (95.31% from 255) = 49.49%
BLUE value IS 30 (12.11% from 255) = 6.11%
R=44.40%
G=49.49%
B=6.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal218243300.1000.880.0567.0489.8753.53
HexDAF31EA0585435a36
Octal33236336120130510313266
Binary11011010111100111111010100101100010110000111011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF31E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF31E; }

 p { color: rgb(218,243,30); }

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

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

 a { background-color: rgb(218,243,30); }

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

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

 span { border-color: rgb(218,243,30); }

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