Html Css Color HEX #DAE02A Bitter Lemon

📋 copy color: '#DAE02A'

red 218 ◦ green 224 ◦ blue 42

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

Shades of Bitter Lemon #DAE02A

Tints of Bitter Lemon #DAE02A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.68%

R = 45.04%
G = 46.28%
B = 8.68%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#DAE02A (or 0xDAE02A) is known color: Bitter Lemon. HEX triplet: DA, E0 and 2A. RGB value is (218,224,42). Sum of RGB (Red+Green+Blue) = 218+224+42=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 224 (87.89% from 255 or 46.28% from 484); Blue value is 42 (16.80% from 255 or 8.68% from 484); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE02A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE02A is #251FD5. Grayscale: #CACACA. Windows color (decimal): -2432982 or 2810074. OLE color: 2810074.

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

Color convert

RGB 218 224 42 -
CMYK 0.03 0 0.81 0.12
HSL 61.98º 0.75% 0.52% -
HSV(B) 61.98º 0.81% 0.88% -
XYZ 55.99 68.38 12.44 -
YUV 201.46 38.01 139.8 -
System Red Green Blue C M Y K H S L
Decimal 218 224 42 0.03 0 0.81 0.12 61.98 0.75 0.52
Hex DA E0 2A 3 0 51 C 3E 4B 34
Octal 332 340 52 3 0 121 14 76 113 64
Binary 11011010 11100000 101010 11 0 1010001 1100 111110 1001011 110100

Color Harmonies of #DAE02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE02A

Black with #DAE02A

Text Example


Text Example

White with #DAE02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE02A; }

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

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

background-color css

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

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

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

border-color css

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

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

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