Html Css Color HEX #DADE28 Bitter Lemon

📋 copy color: '#DADE28'

red 218 ◦ green 222 ◦ blue 40

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

Shades of Bitter Lemon #DADE28

Tints of Bitter Lemon #DADE28

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.25%

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

R = 45.42%
G = 46.25%
B = 8.33%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DADE28 (or 0xDADE28) is known color: Bitter Lemon. HEX triplet: DA, DE and 28. RGB value is (218,222,40). Sum of RGB (Red+Green+Blue) = 218+222+40=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 222 (87.11% from 255 or 46.25% from 480); Blue value is 40 (16.02% from 255 or 8.33% from 480); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADE28 is #2521D7. Grayscale: #C8C8C8. Windows color (decimal): -2433496 or 2678490. OLE color: 2678490.

HSL color Cylindrical-coordinate representation of color #DADE28: hue angle of 61.32º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DADE28 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 222 40 -
CMYK 0.02 0 0.82 0.13
HSL 61.32º 0.73% 0.51% -
HSV(B) 61.32º 0.82% 0.87% -
XYZ 55.42 67.3 12.08 -
YUV 200.06 37.67 140.8 -
System Red Green Blue C M Y K H S L
Decimal 218 222 40 0.02 0 0.82 0.13 61.32 0.73 0.51
Hex DA DE 28 2 0 52 D 3D 49 33
Octal 332 336 50 2 0 122 15 75 111 63
Binary 11011010 11011110 101000 10 0 1010010 1101 111101 1001001 110011

Color Harmonies of #DADE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADE28

Black with #DADE28

Text Example


Text Example

White with #DADE28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADE28; }

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

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

background-color css

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

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

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

border-color css

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

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

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