Html Css Color HEX #CDD531 Bitter Lemon

📋 copy color: '#CDD531'

red 205 ◦ green 213 ◦ blue 49

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

Shades of Bitter Lemon #CDD531

Tints of Bitter Lemon #CDD531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.49%

R = 43.9%
G = 45.61%
B = 10.49%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#CDD531 (or 0xCDD531) is known color: Bitter Lemon. HEX triplet: CD, D5 and 31. RGB value is (205,213,49). Sum of RGB (Red+Green+Blue) = 205+213+49=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 213 (83.59% from 255 or 45.61% from 467); Blue value is 49 (19.53% from 255 or 10.49% from 467); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD531 is #322ACE. Grayscale: #C0C0C0. Windows color (decimal): -3287759 or 3265997. OLE color: 3265997.

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

Color convert

RGB 205 213 49 -
CMYK 0.04 0 0.77 0.16
HSL 62.93º 0.66% 0.51% -
HSV(B) 62.93º 0.77% 0.84% -
XYZ 49.53 60.79 12.03 -
YUV 191.91 47.35 137.34 -
System Red Green Blue C M Y K H S L
Decimal 205 213 49 0.04 0 0.77 0.16 62.93 0.66 0.51
Hex CD D5 31 4 0 4D 10 3F 42 33
Octal 315 325 61 4 0 115 20 77 102 63
Binary 11001101 11010101 110001 100 0 1001101 10000 111111 1000010 110011

Color Harmonies of #CDD531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD531

Black with #CDD531

Text Example


Text Example

White with #CDD531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD531; }

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

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

background-color css

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

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

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

border-color css

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

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

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