Html Css Color HEX #DAF01E Pear

📋 copy color: '#DAF01E'

red 218 ◦ green 240 ◦ blue 30

#DAF01E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pear #DAF01E

Tints of Pear #DAF01E

RGB

 RED value IS 218 (85.55% from 255) = 44.67%

 GREEN value IS 240 (94.14% from 255) = 49.18%

 BLUE value IS 30 (12.11% from 255) = 6.15%

R = 44.67%
G = 49.18%
B = 6.15%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#DAF01E (or 0xDAF01E) is known color: Pear. HEX triplet: DA, F0 and 1E. RGB value is (218,240,30). Sum of RGB (Red+Green+Blue) = 218+240+30=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 240 (94.14% from 255 or 49.18% from 488); Blue value is 30 (12.11% from 255 or 6.15% from 488); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF01E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF01E is #250FE1. Grayscale: #D2D2D2. Windows color (decimal): -2428898 or 2027738. OLE color: 2027738.

HSL color Cylindrical-coordinate representation of color #DAF01E: hue angle of 66.29º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DAF01E is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 240 30 -
CMYK 0.09 0 0.87 0.06
HSL 66.29º 0.88% 0.53% -
HSV(B) 66.29º 0.88% 0.94% -
XYZ 60.31 77.32 12.97 -
YUV 209.48 26.71 134.08 -
System Red Green Blue C M Y K H S L
Decimal 218 240 30 0.09 0 0.87 0.06 66.29 0.88 0.53
Hex DA F0 1E 9 0 57 6 42 58 35
Octal 332 360 36 11 0 127 6 102 130 65
Binary 11011010 11110000 11110 1001 0 1010111 110 1000010 1011000 110101

Color Harmonies of #DAF01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF01E

Black with #DAF01E

Text Example


Text Example

White with #DAF01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF01E; }

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

 H1.HeaderClassName
 {
   color: #DAF01E;
 }
 .AnyTagClassName
 {
   color: #DAF01E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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