Html Css Color HEX #D5E038 Bitter Lemon

📋 copy color: '#D5E038'

red 213 ◦ green 224 ◦ blue 56

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

Shades of Bitter Lemon #D5E038

Tints of Bitter Lemon #D5E038

RGB

 RED value IS 213 (83.59% from 255) = 43.2%

 GREEN value IS 224 (87.89% from 255) = 45.44%

 BLUE value IS 56 (22.27% from 255) = 11.36%

R = 43.2%
G = 45.44%
B = 11.36%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#D5E038 (or 0xD5E038) is known color: Bitter Lemon. HEX triplet: D5, E0 and 38. RGB value is (213,224,56). Sum of RGB (Red+Green+Blue) = 213+224+56=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 224 (87.89% from 255 or 45.44% from 493); Blue value is 56 (22.27% from 255 or 11.36% from 493); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E038 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E038 is #2A1FC7. Grayscale: #CACACA. Windows color (decimal): -2760648 or 3727573. OLE color: 3727573.

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

Color convert

RGB 213 224 56 -
CMYK 0.05 0 0.75 0.12
HSL 63.93º 0.73% 0.55% -
HSV(B) 63.93º 0.75% 0.88% -
XYZ 54.81 67.74 13.93 -
YUV 201.56 45.86 136.16 -
System Red Green Blue C M Y K H S L
Decimal 213 224 56 0.05 0 0.75 0.12 63.93 0.73 0.55
Hex D5 E0 38 5 0 4B C 40 49 37
Octal 325 340 70 5 0 113 14 100 111 67
Binary 11010101 11100000 111000 101 0 1001011 1100 1000000 1001001 110111

Color Harmonies of #D5E038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E038

Black with #D5E038

Text Example


Text Example

White with #D5E038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E038; }

 p { color: rgb(213,224,56); }

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

background-color css

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

 a { background-color: rgb(213,224,56); }

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

border-color css

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

 span { border-color: rgb(213,224,56); }

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