Html Css Color HEX #DADE2E Bitter Lemon

📋 copy color: '#DADE2E'

red 218 ◦ green 222 ◦ blue 46

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

Shades of Bitter Lemon #DADE2E

Tints of Bitter Lemon #DADE2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.47%

R = 44.86%
G = 45.68%
B = 9.47%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DADE2E (or 0xDADE2E) is known color: Bitter Lemon. HEX triplet: DA, DE and 2E. RGB value is (218,222,46). Sum of RGB (Red+Green+Blue) = 218+222+46=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 222 (87.11% from 255 or 45.68% from 486); Blue value is 46 (18.36% from 255 or 9.47% from 486); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADE2E is #2521D1. Grayscale: #C9C9C9. Windows color (decimal): -2433490 or 3071706. OLE color: 3071706.

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

Color convert

RGB 218 222 46 -
CMYK 0.02 0 0.79 0.13
HSL 61.36º 0.73% 0.53% -
HSV(B) 61.36º 0.79% 0.87% -
XYZ 55.53 67.35 12.66 -
YUV 200.74 40.67 140.31 -
System Red Green Blue C M Y K H S L
Decimal 218 222 46 0.02 0 0.79 0.13 61.36 0.73 0.53
Hex DA DE 2E 2 0 4F D 3D 49 35
Octal 332 336 56 2 0 117 15 75 111 65
Binary 11011010 11011110 101110 10 0 1001111 1101 111101 1001001 110101

Color Harmonies of #DADE2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADE2E

Black with #DADE2E

Text Example


Text Example

White with #DADE2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADE2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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