Html Css Color HEX #CDD031 Bitter Lemon

📋 copy color: '#CDD031'

red 205 ◦ green 208 ◦ blue 49

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

Shades of Bitter Lemon #CDD031

Tints of Bitter Lemon #CDD031

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.02%

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

R = 44.37%
G = 45.02%
B = 10.61%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#CDD031 (or 0xCDD031) is known color: Bitter Lemon. HEX triplet: CD, D0 and 31. RGB value is (205,208,49). Sum of RGB (Red+Green+Blue) = 205+208+49=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 208 (81.64% from 255 or 45.02% from 462); Blue value is 49 (19.53% from 255 or 10.61% from 462); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD031 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD031 is #322FCE. Grayscale: #BDBDBD. Windows color (decimal): -3289039 or 3264717. OLE color: 3264717.

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

Color convert

RGB 205 208 49 -
CMYK 0.01 0 0.76 0.18
HSL 61.13º 0.63% 0.5% -
HSV(B) 61.13º 0.76% 0.82% -
XYZ 48.29 58.31 11.62 -
YUV 188.98 49.01 139.43 -
System Red Green Blue C M Y K H S L
Decimal 205 208 49 0.01 0 0.76 0.18 61.13 0.63 0.5
Hex CD D0 31 1 0 4C 12 3D 3F 32
Octal 315 320 61 1 0 114 22 75 77 62
Binary 11001101 11010000 110001 1 0 1001100 10010 111101 111111 110010

Color Harmonies of #CDD031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD031

Black with #CDD031

Text Example


Text Example

White with #CDD031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD031; }

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

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

background-color css

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

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

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

border-color css

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

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

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