Html Css Color HEX #CDD529 Bitter Lemon

📋 copy color: '#CDD529'

red 205 ◦ green 213 ◦ blue 41

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

Shades of Bitter Lemon #CDD529

Tints of Bitter Lemon #CDD529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.93%

R = 44.66%
G = 46.41%
B = 8.93%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#CDD529 (or 0xCDD529) is known color: Bitter Lemon. HEX triplet: CD, D5 and 29. RGB value is (205,213,41). Sum of RGB (Red+Green+Blue) = 205+213+41=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 213 (83.59% from 255 or 46.41% from 459); Blue value is 41 (16.41% from 255 or 8.93% from 459); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD529 is #322AD6. Grayscale: #BFBFBF. Windows color (decimal): -3287767 or 2741709. OLE color: 2741709.

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

Color convert

RGB 205 213 41 -
CMYK 0.04 0 0.81 0.16
HSL 62.79º 0.68% 0.5% -
HSV(B) 62.79º 0.81% 0.84% -
XYZ 49.37 60.73 11.22 -
YUV 191 43.35 137.99 -
System Red Green Blue C M Y K H S L
Decimal 205 213 41 0.04 0 0.81 0.16 62.79 0.68 0.5
Hex CD D5 29 4 0 51 10 3F 44 32
Octal 315 325 51 4 0 121 20 77 104 62
Binary 11001101 11010101 101001 100 0 1010001 10000 111111 1000100 110010

Color Harmonies of #CDD529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD529

Black with #CDD529

Text Example


Text Example

White with #CDD529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD529; }

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

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

background-color css

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

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

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

border-color css

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

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

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