Html Css Color HEX #CCD132 Bitter Lemon

📋 copy color: '#CCD132'

red 204 ◦ green 209 ◦ blue 50

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

Shades of Bitter Lemon #CCD132

Tints of Bitter Lemon #CCD132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.8%

R = 44.06%
G = 45.14%
B = 10.8%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#CCD132 (or 0xCCD132) is known color: Bitter Lemon. HEX triplet: CC, D1 and 32. RGB value is (204,209,50). Sum of RGB (Red+Green+Blue) = 204+209+50=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 209 (82.03% from 255 or 45.14% from 463); Blue value is 50 (19.92% from 255 or 10.80% from 463); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD132 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD132 is #332ECD. Grayscale: #BEBEBE. Windows color (decimal): -3354318 or 3330508. OLE color: 3330508.

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

Color convert

RGB 204 209 50 -
CMYK 0.02 0 0.76 0.18
HSL 61.89º 0.63% 0.51% -
HSV(B) 61.89º 0.76% 0.82% -
XYZ 48.28 58.67 11.8 -
YUV 189.38 49.34 138.43 -
System Red Green Blue C M Y K H S L
Decimal 204 209 50 0.02 0 0.76 0.18 61.89 0.63 0.51
Hex CC D1 32 2 0 4C 12 3E 3F 33
Octal 314 321 62 2 0 114 22 76 77 63
Binary 11001100 11010001 110010 10 0 1001100 10010 111110 111111 110011

Color Harmonies of #CCD132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD132

Black with #CCD132

Text Example


Text Example

White with #CCD132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD132; }

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

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

background-color css

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

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

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

border-color css

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

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

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