Html Css Color HEX #DAE028 Bitter Lemon

📋 copy color: '#DAE028'

red 218 ◦ green 224 ◦ blue 40

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

Shades of Bitter Lemon #DAE028

Tints of Bitter Lemon #DAE028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.3%

R = 45.23%
G = 46.47%
B = 8.3%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#DAE028 (or 0xDAE028) is known color: Bitter Lemon. HEX triplet: DA, E0 and 28. RGB value is (218,224,40). Sum of RGB (Red+Green+Blue) = 218+224+40=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 224 (87.89% from 255 or 46.47% from 482); Blue value is 40 (16.02% from 255 or 8.30% from 482); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE028 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE028 is #251FD7. Grayscale: #C9C9C9. Windows color (decimal): -2432984 or 2679002. OLE color: 2679002.

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

Color convert

RGB 218 224 40 -
CMYK 0.03 0 0.82 0.12
HSL 61.96º 0.75% 0.52% -
HSV(B) 61.96º 0.82% 0.88% -
XYZ 55.95 68.37 12.26 -
YUV 201.23 37.01 139.96 -
System Red Green Blue C M Y K H S L
Decimal 218 224 40 0.03 0 0.82 0.12 61.96 0.75 0.52
Hex DA E0 28 3 0 52 C 3E 4B 34
Octal 332 340 50 3 0 122 14 76 113 64
Binary 11011010 11100000 101000 11 0 1010010 1100 111110 1001011 110100

Color Harmonies of #DAE028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE028

Black with #DAE028

Text Example


Text Example

White with #DAE028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE028; }

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

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

background-color css

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

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

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

border-color css

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

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

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