Html Css Color HEX #CDDA2C Bitter Lemon

📋 copy color: '#CDDA2C'

red 205 ◦ green 218 ◦ blue 44

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

Shades of Bitter Lemon #CDDA2C

Tints of Bitter Lemon #CDDA2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.42%

R = 43.9%
G = 46.68%
B = 9.42%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#CDDA2C (or 0xCDDA2C) is known color: Bitter Lemon. HEX triplet: CD, DA and 2C. RGB value is (205,218,44). Sum of RGB (Red+Green+Blue) = 205+218+44=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 44 (17.58% from 255 or 9.42% from 467); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDA2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDA2C is #3225D3. Grayscale: #C2C2C2. Windows color (decimal): -3286484 or 2939597. OLE color: 2939597.

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

Color convert

RGB 205 218 44 -
CMYK 0.06 0 0.80 0.15
HSL 64.48º 0.7% 0.51% -
HSV(B) 64.48º 0.8% 0.85% -
XYZ 50.7 63.3 11.93 -
YUV 194.28 43.19 135.65 -
System Red Green Blue C M Y K H S L
Decimal 205 218 44 0.06 0 0.80 0.15 64.48 0.7 0.51
Hex CD DA 2C 6 0 50 F 40 46 33
Octal 315 332 54 6 0 120 17 100 106 63
Binary 11001101 11011010 101100 110 0 1010000 1111 1000000 1000110 110011

Color Harmonies of #CDDA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDA2C

Black with #CDDA2C

Text Example


Text Example

White with #CDDA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDA2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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