Html Css Color HEX #DAE02F Bitter Lemon

📋 copy color: '#DAE02F'

red 218 ◦ green 224 ◦ blue 47

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

Shades of Bitter Lemon #DAE02F

Tints of Bitter Lemon #DAE02F

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.81%

 BLUE value IS 47 (18.75% from 255) = 9.61%

R = 44.58%
G = 45.81%
B = 9.61%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#DAE02F (or 0xDAE02F) is known color: Bitter Lemon. HEX triplet: DA, E0 and 2F. RGB value is (218,224,47). Sum of RGB (Red+Green+Blue) = 218+224+47=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 224 (87.89% from 255 or 45.81% from 489); Blue value is 47 (18.75% from 255 or 9.61% from 489); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE02F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE02F is #251FD0. Grayscale: #CACACA. Windows color (decimal): -2432977 or 3137754. OLE color: 3137754.

HSL color Cylindrical-coordinate representation of color #DAE02F: hue angle of 62.03º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DAE02F is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 218 224 47 -
CMYK 0.03 0 0.79 0.12
HSL 62.03º 0.74% 0.53% -
HSV(B) 62.03º 0.79% 0.88% -
XYZ 56.08 68.42 12.94 -
YUV 202.03 40.51 139.39 -
System Red Green Blue C M Y K H S L
Decimal 218 224 47 0.03 0 0.79 0.12 62.03 0.74 0.53
Hex DA E0 2F 3 0 4F C 3E 4A 35
Octal 332 340 57 3 0 117 14 76 112 65
Binary 11011010 11100000 101111 11 0 1001111 1100 111110 1001010 110101

Color Harmonies of #DAE02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE02F

Black with #DAE02F

Text Example


Text Example

White with #DAE02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE02F; }

 p { color: rgb(218,224,47); }

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

background-color css

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

 a { background-color: rgb(218,224,47); }

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

border-color css

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

 span { border-color: rgb(218,224,47); }

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