Html Css Color HEX #CDD131 Bitter Lemon

📋 copy color: '#CDD131'

red 205 ◦ green 209 ◦ blue 49

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

Shades of Bitter Lemon #CDD131

Tints of Bitter Lemon #CDD131

RGB

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

 GREEN value IS 209 (82.03% from 255) = 45.14%

 BLUE value IS 49 (19.53% from 255) = 10.58%

R = 44.28%
G = 45.14%
B = 10.58%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#CDD131 (or 0xCDD131) is known color: Bitter Lemon. HEX triplet: CD, D1 and 31. RGB value is (205,209,49). Sum of RGB (Red+Green+Blue) = 205+209+49=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 209 (82.03% from 255 or 45.14% from 463); Blue value is 49 (19.53% from 255 or 10.58% from 463); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD131 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD131 is #322ECE. Grayscale: #BEBEBE. Windows color (decimal): -3288783 or 3264973. OLE color: 3264973.

HSL color Cylindrical-coordinate representation of color #CDD131: hue angle of 61.5º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CDD131 is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 205 209 49 -
CMYK 0.02 0 0.77 0.18
HSL 61.5º 0.63% 0.51% -
HSV(B) 61.5º 0.77% 0.82% -
XYZ 48.53 58.8 11.7 -
YUV 189.56 48.67 139.01 -
System Red Green Blue C M Y K H S L
Decimal 205 209 49 0.02 0 0.77 0.18 61.5 0.63 0.51
Hex CD D1 31 2 0 4D 12 3E 3F 33
Octal 315 321 61 2 0 115 22 76 77 63
Binary 11001101 11010001 110001 10 0 1001101 10010 111110 111111 110011

Color Harmonies of #CDD131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD131

Black with #CDD131

Text Example


Text Example

White with #CDD131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD131; }

 p { color: rgb(205,209,49); }

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

background-color css

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

 a { background-color: rgb(205,209,49); }

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

border-color css

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

 span { border-color: rgb(205,209,49); }

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