Html Css Color HEX #CDD029 Bitter Lemon

📋 copy color: '#CDD029'

red 205 ◦ green 208 ◦ blue 41

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

Shades of Bitter Lemon #CDD029

Tints of Bitter Lemon #CDD029

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.81%

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

R = 45.15%
G = 45.81%
B = 9.03%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#CDD029 (or 0xCDD029) is known color: Bitter Lemon. HEX triplet: CD, D0 and 29. RGB value is (205,208,41). Sum of RGB (Red+Green+Blue) = 205+208+41=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 208 (81.64% from 255 or 45.81% from 454); Blue value is 41 (16.41% from 255 or 9.03% from 454); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD029 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD029 is #322FD6. Grayscale: #BCBCBC. Windows color (decimal): -3289047 or 2740429. OLE color: 2740429.

HSL color Cylindrical-coordinate representation of color #CDD029: hue angle of 61.08º 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 #CDD029 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 205 208 41 -
CMYK 0.01 0 0.80 0.18
HSL 61.08º 0.67% 0.49% -
HSV(B) 61.08º 0.8% 0.82% -
XYZ 48.13 58.25 10.8 -
YUV 188.07 45.01 140.08 -
System Red Green Blue C M Y K H S L
Decimal 205 208 41 0.01 0 0.80 0.18 61.08 0.67 0.49
Hex CD D0 29 1 0 50 12 3D 43 31
Octal 315 320 51 1 0 120 22 75 103 61
Binary 11001101 11010000 101001 1 0 1010000 10010 111101 1000011 110001

Color Harmonies of #CDD029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD029

Black with #CDD029

Text Example


Text Example

White with #CDD029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD029; }

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

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

background-color css

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

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

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

border-color css

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

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

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