Html Css Color HEX #CDDB29 Bitter Lemon

📋 copy color: '#CDDB29'

red 205 ◦ green 219 ◦ blue 41

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

Shades of Bitter Lemon #CDDB29

Tints of Bitter Lemon #CDDB29

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.1%

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

R = 44.09%
G = 47.1%
B = 8.82%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#CDDB29 (or 0xCDDB29) is known color: Bitter Lemon. HEX triplet: CD, DB and 29. RGB value is (205,219,41). Sum of RGB (Red+Green+Blue) = 205+219+41=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 41 (16.41% from 255 or 8.82% from 465); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDB29 is #3224D6. Grayscale: #C3C3C3. Windows color (decimal): -3286231 or 2743245. OLE color: 2743245.

HSL color Cylindrical-coordinate representation of color #CDDB29: hue angle of 64.72º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CDDB29 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 219 41 -
CMYK 0.06 0 0.81 0.14
HSL 64.72º 0.71% 0.51% -
HSV(B) 64.72º 0.81% 0.86% -
XYZ 50.91 63.8 11.73 -
YUV 194.52 41.36 135.47 -
System Red Green Blue C M Y K H S L
Decimal 205 219 41 0.06 0 0.81 0.14 64.72 0.71 0.51
Hex CD DB 29 6 0 51 E 41 47 33
Octal 315 333 51 6 0 121 16 101 107 63
Binary 11001101 11011011 101001 110 0 1010001 1110 1000001 1000111 110011

Color Harmonies of #CDDB29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDB29

Black with #CDDB29

Text Example


Text Example

White with #CDDB29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDB29; }

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

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

background-color css

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

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

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

border-color css

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

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

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