Html Css Color HEX #CDDA29 Bitter Lemon

📋 copy color: '#CDDA29'

red 205 ◦ green 218 ◦ blue 41

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

Shades of Bitter Lemon #CDDA29

Tints of Bitter Lemon #CDDA29

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.98%

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

R = 44.18%
G = 46.98%
B = 8.84%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#CDDA29 (or 0xCDDA29) is known color: Bitter Lemon. HEX triplet: CD, DA and 29. RGB value is (205,218,41). Sum of RGB (Red+Green+Blue) = 205+218+41=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 218 (85.55% from 255 or 46.98% from 464); Blue value is 41 (16.41% from 255 or 8.84% from 464); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDA29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDA29 is #3225D6. Grayscale: #C2C2C2. Windows color (decimal): -3286487 or 2742989. OLE color: 2742989.

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

Color convert

RGB 205 218 41 -
CMYK 0.06 0 0.81 0.15
HSL 64.41º 0.71% 0.51% -
HSV(B) 64.41º 0.81% 0.85% -
XYZ 50.65 63.28 11.64 -
YUV 193.94 41.69 135.89 -
System Red Green Blue C M Y K H S L
Decimal 205 218 41 0.06 0 0.81 0.15 64.41 0.71 0.51
Hex CD DA 29 6 0 51 F 40 47 33
Octal 315 332 51 6 0 121 17 100 107 63
Binary 11001101 11011010 101001 110 0 1010001 1111 1000000 1000111 110011

Color Harmonies of #CDDA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDA29

Black with #CDDA29

Text Example


Text Example

White with #CDDA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDA29; }

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

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

background-color css

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

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

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

border-color css

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

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

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