Html Css Color HEX #CDDA2B Bitter Lemon

📋 copy color: '#CDDA2B'

red 205 ◦ green 218 ◦ blue 43

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

Shades of Bitter Lemon #CDDA2B

Tints of Bitter Lemon #CDDA2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.23%

R = 43.99%
G = 46.78%
B = 9.23%

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

#CDDA2B (or 0xCDDA2B) is known color: Bitter Lemon. HEX triplet: CD, DA and 2B. RGB value is (205,218,43). Sum of RGB (Red+Green+Blue) = 205+218+43=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 218 (85.55% from 255 or 46.78% from 466); Blue value is 43 (17.19% from 255 or 9.23% from 466); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDA2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDA2B is #3225D4. Grayscale: #C2C2C2. Windows color (decimal): -3286485 or 2874061. OLE color: 2874061.

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

Color convert

RGB 205 218 43 -
CMYK 0.06 0 0.80 0.15
HSL 64.46º 0.7% 0.51% -
HSV(B) 64.46º 0.8% 0.85% -
XYZ 50.68 63.3 11.83 -
YUV 194.16 42.69 135.73 -
System Red Green Blue C M Y K H S L
Decimal 205 218 43 0.06 0 0.80 0.15 64.46 0.7 0.51
Hex CD DA 2B 6 0 50 F 40 46 33
Octal 315 332 53 6 0 120 17 100 106 63
Binary 11001101 11011010 101011 110 0 1010000 1111 1000000 1000110 110011

Color Harmonies of #CDDA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDA2B

Black with #CDDA2B

Text Example


Text Example

White with #CDDA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDA2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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