Html Css Color HEX #CDD32F Bitter Lemon

📋 copy color: '#CDD32F'

red 205 ◦ green 211 ◦ blue 47

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

Shades of Bitter Lemon #CDD32F

Tints of Bitter Lemon #CDD32F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.57%

 BLUE value IS 47 (18.75% from 255) = 10.15%

R = 44.28%
G = 45.57%
B = 10.15%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#CDD32F (or 0xCDD32F) is known color: Bitter Lemon. HEX triplet: CD, D3 and 2F. RGB value is (205,211,47). Sum of RGB (Red+Green+Blue) = 205+211+47=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 211 (82.81% from 255 or 45.57% from 463); Blue value is 47 (18.75% from 255 or 10.15% from 463); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD32F is #322CD0. Grayscale: #BFBFBF. Windows color (decimal): -3288273 or 3134413. OLE color: 3134413.

HSL color Cylindrical-coordinate representation of color #CDD32F: hue angle of 62.2º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CDD32F is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 205 211 47 -
CMYK 0.03 0 0.78 0.17
HSL 62.2º 0.65% 0.51% -
HSV(B) 62.2º 0.78% 0.83% -
XYZ 48.98 59.77 11.64 -
YUV 190.51 47.01 138.34 -
System Red Green Blue C M Y K H S L
Decimal 205 211 47 0.03 0 0.78 0.17 62.2 0.65 0.51
Hex CD D3 2F 3 0 4E 11 3E 41 33
Octal 315 323 57 3 0 116 21 76 101 63
Binary 11001101 11010011 101111 11 0 1001110 10001 111110 1000001 110011

Color Harmonies of #CDD32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD32F

Black with #CDD32F

Text Example


Text Example

White with #CDD32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD32F; }

 p { color: rgb(205,211,47); }

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

background-color css

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

 a { background-color: rgb(205,211,47); }

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

border-color css

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

 span { border-color: rgb(205,211,47); }

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