Html Css Color HEX #CDD52B Bitter Lemon

📋 copy color: '#CDD52B'

red 205 ◦ green 213 ◦ blue 43

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

Shades of Bitter Lemon #CDD52B

Tints of Bitter Lemon #CDD52B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.2%

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

R = 44.47%
G = 46.2%
B = 9.33%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#CDD52B (or 0xCDD52B) is known color: Bitter Lemon. HEX triplet: CD, D5 and 2B. RGB value is (205,213,43). Sum of RGB (Red+Green+Blue) = 205+213+43=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 213 (83.59% from 255 or 46.20% from 461); Blue value is 43 (17.19% from 255 or 9.33% from 461); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD52B is #322AD4. Grayscale: #BFBFBF. Windows color (decimal): -3287765 or 2872781. OLE color: 2872781.

HSL color Cylindrical-coordinate representation of color #CDD52B: hue angle of 62.82º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CDD52B is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 213 43 -
CMYK 0.04 0 0.80 0.16
HSL 62.82º 0.67% 0.5% -
HSV(B) 62.82º 0.8% 0.84% -
XYZ 49.41 60.74 11.41 -
YUV 191.23 44.35 137.82 -
System Red Green Blue C M Y K H S L
Decimal 205 213 43 0.04 0 0.80 0.16 62.82 0.67 0.5
Hex CD D5 2B 4 0 50 10 3F 43 32
Octal 315 325 53 4 0 120 20 77 103 62
Binary 11001101 11010101 101011 100 0 1010000 10000 111111 1000011 110010

Color Harmonies of #CDD52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD52B

Black with #CDD52B

Text Example


Text Example

White with #CDD52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD52B; }

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

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

background-color css

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

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

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

border-color css

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

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

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