Html Css Color HEX #CCD131 Bitter Lemon

📋 copy color: '#CCD131'

red 204 ◦ green 209 ◦ blue 49

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

Shades of Bitter Lemon #CCD131

Tints of Bitter Lemon #CCD131

RGB

 RED value IS 204 (80.08% from 255) = 44.16%

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

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

R = 44.16%
G = 45.24%
B = 10.61%

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

#CCD131 (or 0xCCD131) is known color: Bitter Lemon. HEX triplet: CC, D1 and 31. RGB value is (204,209,49). Sum of RGB (Red+Green+Blue) = 204+209+49=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 209 (82.03% from 255 or 45.24% from 462); Blue value is 49 (19.53% from 255 or 10.61% from 462); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD131 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD131 is #332ECE. Grayscale: #BDBDBD. Windows color (decimal): -3354319 or 3264972. OLE color: 3264972.

HSL color Cylindrical-coordinate representation of color #CCD131: hue angle of 61.88º 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 #CCD131 is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 209 49 -
CMYK 0.02 0 0.77 0.18
HSL 61.88º 0.63% 0.51% -
HSV(B) 61.88º 0.77% 0.82% -
XYZ 48.26 58.66 11.68 -
YUV 189.27 48.84 138.51 -
System Red Green Blue C M Y K H S L
Decimal 204 209 49 0.02 0 0.77 0.18 61.88 0.63 0.51
Hex CC D1 31 2 0 4D 12 3E 3F 33
Octal 314 321 61 2 0 115 22 76 77 63
Binary 11001100 11010001 110001 10 0 1001101 10010 111110 111111 110011

Color Harmonies of #CCD131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD131

Black with #CCD131

Text Example


Text Example

White with #CCD131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD131; }

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

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

background-color css

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

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

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

border-color css

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

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

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