Html Css Color HEX #CDD429 Bitter Lemon

📋 copy color: '#CDD429'

red 205 ◦ green 212 ◦ blue 41

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

Shades of Bitter Lemon #CDD429

Tints of Bitter Lemon #CDD429

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.29%

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

R = 44.76%
G = 46.29%
B = 8.95%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#CDD429 (or 0xCDD429) is known color: Bitter Lemon. HEX triplet: CD, D4 and 29. RGB value is (205,212,41). Sum of RGB (Red+Green+Blue) = 205+212+41=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 212 (83.20% from 255 or 46.29% from 458); Blue value is 41 (16.41% from 255 or 8.95% from 458); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD429 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD429 is #322BD6. Grayscale: #BFBFBF. Windows color (decimal): -3288023 or 2741453. OLE color: 2741453.

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

Color convert

RGB 205 212 41 -
CMYK 0.03 0 0.81 0.17
HSL 62.46º 0.68% 0.5% -
HSV(B) 62.46º 0.81% 0.83% -
XYZ 49.12 60.23 11.13 -
YUV 190.41 43.68 138.4 -
System Red Green Blue C M Y K H S L
Decimal 205 212 41 0.03 0 0.81 0.17 62.46 0.68 0.5
Hex CD D4 29 3 0 51 11 3E 44 32
Octal 315 324 51 3 0 121 21 76 104 62
Binary 11001101 11010100 101001 11 0 1010001 10001 111110 1000100 110010

Color Harmonies of #CDD429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD429

Black with #CDD429

Text Example


Text Example

White with #CDD429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD429; }

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

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

background-color css

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

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

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

border-color css

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

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

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