Html Css Color HEX #CDD229 Bitter Lemon

📋 copy color: '#CDD229'

red 205 ◦ green 210 ◦ blue 41

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

Shades of Bitter Lemon #CDD229

Tints of Bitter Lemon #CDD229

RGB

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

 GREEN value IS 210 (82.42% from 255) = 46.05%

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

R = 44.96%
G = 46.05%
B = 8.99%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#CDD229 (or 0xCDD229) is known color: Bitter Lemon. HEX triplet: CD, D2 and 29. RGB value is (205,210,41). Sum of RGB (Red+Green+Blue) = 205+210+41=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 210 (82.42% from 255 or 46.05% from 456); Blue value is 41 (16.41% from 255 or 8.99% from 456); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD229 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD229 is #322DD6. Grayscale: #BDBDBD. Windows color (decimal): -3288535 or 2740941. OLE color: 2740941.

HSL color Cylindrical-coordinate representation of color #CDD229: hue angle of 61.78º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CDD229 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 205 210 41 -
CMYK 0.02 0 0.80 0.18
HSL 61.78º 0.67% 0.49% -
HSV(B) 61.78º 0.8% 0.82% -
XYZ 48.62 59.23 10.97 -
YUV 189.24 44.34 139.24 -
System Red Green Blue C M Y K H S L
Decimal 205 210 41 0.02 0 0.80 0.18 61.78 0.67 0.49
Hex CD D2 29 2 0 50 12 3E 43 31
Octal 315 322 51 2 0 120 22 76 103 61
Binary 11001101 11010010 101001 10 0 1010000 10010 111110 1000011 110001

Color Harmonies of #CDD229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD229

Black with #CDD229

Text Example


Text Example

White with #CDD229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD229; }

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

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

background-color css

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

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

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

border-color css

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

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

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