Html Css Color HEX #DADE2B Bitter Lemon

📋 copy color: '#DADE2B'

red 218 ◦ green 222 ◦ blue 43

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

Shades of Bitter Lemon #DADE2B

Tints of Bitter Lemon #DADE2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.9%

R = 45.13%
G = 45.96%
B = 8.9%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DADE2B (or 0xDADE2B) is known color: Bitter Lemon. HEX triplet: DA, DE and 2B. RGB value is (218,222,43). Sum of RGB (Red+Green+Blue) = 218+222+43=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 222 (87.11% from 255 or 45.96% from 483); Blue value is 43 (17.19% from 255 or 8.90% from 483); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADE2B is #2521D4. Grayscale: #C9C9C9. Windows color (decimal): -2433493 or 2875098. OLE color: 2875098.

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

Color convert

RGB 218 222 43 -
CMYK 0.02 0 0.81 0.13
HSL 61.34º 0.73% 0.52% -
HSV(B) 61.34º 0.81% 0.87% -
XYZ 55.47 67.32 12.36 -
YUV 200.4 39.17 140.55 -
System Red Green Blue C M Y K H S L
Decimal 218 222 43 0.02 0 0.81 0.13 61.34 0.73 0.52
Hex DA DE 2B 2 0 51 D 3D 49 34
Octal 332 336 53 2 0 121 15 75 111 64
Binary 11011010 11011110 101011 10 0 1010001 1101 111101 1001001 110100

Color Harmonies of #DADE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADE2B

Black with #DADE2B

Text Example


Text Example

White with #DADE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADE2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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