Html Css Color HEX #DADE2D Bitter Lemon

📋 copy color: '#DADE2D'

red 218 ◦ green 222 ◦ blue 45

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

Shades of Bitter Lemon #DADE2D

Tints of Bitter Lemon #DADE2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.28%

R = 44.95%
G = 45.77%
B = 9.28%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DADE2D (or 0xDADE2D) is known color: Bitter Lemon. HEX triplet: DA, DE and 2D. RGB value is (218,222,45). Sum of RGB (Red+Green+Blue) = 218+222+45=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 222 (87.11% from 255 or 45.77% from 485); Blue value is 45 (17.97% from 255 or 9.28% from 485); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADE2D is #2521D2. Grayscale: #C9C9C9. Windows color (decimal): -2433491 or 3006170. OLE color: 3006170.

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

Color convert

RGB 218 222 45 -
CMYK 0.02 0 0.80 0.13
HSL 61.36º 0.73% 0.52% -
HSV(B) 61.36º 0.8% 0.87% -
XYZ 55.51 67.34 12.55 -
YUV 200.63 40.17 140.39 -
System Red Green Blue C M Y K H S L
Decimal 218 222 45 0.02 0 0.80 0.13 61.36 0.73 0.52
Hex DA DE 2D 2 0 50 D 3D 49 34
Octal 332 336 55 2 0 120 15 75 111 64
Binary 11011010 11011110 101101 10 0 1010000 1101 111101 1001001 110100

Color Harmonies of #DADE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADE2D

Black with #DADE2D

Text Example


Text Example

White with #DADE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADE2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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