Html Css Color HEX #DAE136 Bitter Lemon

📋 copy color: '#DAE136'

red 218 ◦ green 225 ◦ blue 54

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

Shades of Bitter Lemon #DAE136

Tints of Bitter Lemon #DAE136

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.27%

 BLUE value IS 54 (21.48% from 255) = 10.87%

R = 43.86%
G = 45.27%
B = 10.87%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#DAE136 (or 0xDAE136) is known color: Bitter Lemon. HEX triplet: DA, E1 and 36. RGB value is (218,225,54). Sum of RGB (Red+Green+Blue) = 218+225+54=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 225 (88.28% from 255 or 45.27% from 497); Blue value is 54 (21.48% from 255 or 10.87% from 497); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE136 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE136 is #251EC9. Grayscale: #CCCCCC. Windows color (decimal): -2432714 or 3596762. OLE color: 3596762.

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

Color convert

RGB 218 225 54 -
CMYK 0.03 0 0.76 0.12
HSL 62.46º 0.74% 0.55% -
HSV(B) 62.46º 0.76% 0.88% -
XYZ 56.5 69.02 13.83 -
YUV 203.41 43.68 138.4 -
System Red Green Blue C M Y K H S L
Decimal 218 225 54 0.03 0 0.76 0.12 62.46 0.74 0.55
Hex DA E1 36 3 0 4C C 3E 4A 37
Octal 332 341 66 3 0 114 14 76 112 67
Binary 11011010 11100001 110110 11 0 1001100 1100 111110 1001010 110111

Color Harmonies of #DAE136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE136

Black with #DAE136

Text Example


Text Example

White with #DAE136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE136; }

 p { color: rgb(218,225,54); }

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

background-color css

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

 a { background-color: rgb(218,225,54); }

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

border-color css

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

 span { border-color: rgb(218,225,54); }

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