Html Css Color HEX #CDDA2A Bitter Lemon

📋 copy color: '#CDDA2A'

red 205 ◦ green 218 ◦ blue 42

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

Shades of Bitter Lemon #CDDA2A

Tints of Bitter Lemon #CDDA2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.03%

R = 44.09%
G = 46.88%
B = 9.03%

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

#CDDA2A (or 0xCDDA2A) is known color: Bitter Lemon. HEX triplet: CD, DA and 2A. RGB value is (205,218,42). Sum of RGB (Red+Green+Blue) = 205+218+42=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 218 (85.55% from 255 or 46.88% from 465); Blue value is 42 (16.80% from 255 or 9.03% from 465); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDA2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDA2A is #3225D5. Grayscale: #C2C2C2. Windows color (decimal): -3286486 or 2808525. OLE color: 2808525.

HSL color Cylindrical-coordinate representation of color #CDDA2A: hue angle of 64.43º degrees, saturation: 0.7, 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 #CDDA2A is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 218 42 -
CMYK 0.06 0 0.81 0.15
HSL 64.43º 0.7% 0.51% -
HSV(B) 64.43º 0.81% 0.85% -
XYZ 50.67 63.29 11.74 -
YUV 194.05 42.19 135.81 -
System Red Green Blue C M Y K H S L
Decimal 205 218 42 0.06 0 0.81 0.15 64.43 0.7 0.51
Hex CD DA 2A 6 0 51 F 40 46 33
Octal 315 332 52 6 0 121 17 100 106 63
Binary 11001101 11011010 101010 110 0 1010001 1111 1000000 1000110 110011

Color Harmonies of #CDDA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDA2A

Black with #CDDA2A

Text Example


Text Example

White with #CDDA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDA2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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