Html Css Color HEX #CDD524 Bitter Lemon

📋 copy color: '#CDD524'

red 205 ◦ green 213 ◦ blue 36

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

Shades of Bitter Lemon #CDD524

Tints of Bitter Lemon #CDD524

RGB

 RED value IS 205 (80.47% from 255) = 45.15%

 GREEN value IS 213 (83.59% from 255) = 46.92%

 BLUE value IS 36 (14.45% from 255) = 7.93%

R = 45.15%
G = 46.92%
B = 7.93%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#CDD524 (or 0xCDD524) is known color: Bitter Lemon. HEX triplet: CD, D5 and 24. RGB value is (205,213,36). Sum of RGB (Red+Green+Blue) = 205+213+36=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 213 (83.59% from 255 or 46.92% from 454); Blue value is 36 (14.45% from 255 or 7.93% from 454); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD524 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD524 is #322ADB. Grayscale: #BFBFBF. Windows color (decimal): -3287772 or 2414029. OLE color: 2414029.

HSL color Cylindrical-coordinate representation of color #CDD524: hue angle of 62.71º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CDD524 is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 213 36 -
CMYK 0.04 0 0.83 0.16
HSL 62.71º 0.71% 0.49% -
HSV(B) 62.71º 0.83% 0.84% -
XYZ 49.29 60.7 10.79 -
YUV 190.43 40.85 138.39 -
System Red Green Blue C M Y K H S L
Decimal 205 213 36 0.04 0 0.83 0.16 62.71 0.71 0.49
Hex CD D5 24 4 0 53 10 3F 47 31
Octal 315 325 44 4 0 123 20 77 107 61
Binary 11001101 11010101 100100 100 0 1010011 10000 111111 1000111 110001

Color Harmonies of #CDD524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD524

Black with #CDD524

Text Example


Text Example

White with #CDD524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD524; }

 p { color: rgb(205,213,36); }

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

background-color css

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

 a { background-color: rgb(205,213,36); }

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

border-color css

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

 span { border-color: rgb(205,213,36); }

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