Html Css Color HEX #CCD332 Bitter Lemon

📋 copy color: '#CCD332'

red 204 ◦ green 211 ◦ blue 50

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

Shades of Bitter Lemon #CCD332

Tints of Bitter Lemon #CCD332

RGB

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

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

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

R = 43.87%
G = 45.38%
B = 10.75%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.76

 K value IS 0.17

RGB Variations

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

Color information

#CCD332 (or 0xCCD332) is known color: Bitter Lemon. HEX triplet: CC, D3 and 32. RGB value is (204,211,50). Sum of RGB (Red+Green+Blue) = 204+211+50=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 211 (82.81% from 255 or 45.38% from 465); Blue value is 50 (19.92% from 255 or 10.75% from 465); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD332 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD332 is #332CCD. Grayscale: #BFBFBF. Windows color (decimal): -3353806 or 3331020. OLE color: 3331020.

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

Color convert

RGB 204 211 50 -
CMYK 0.03 0 0.76 0.17
HSL 62.61º 0.65% 0.51% -
HSV(B) 62.61º 0.76% 0.83% -
XYZ 48.77 59.66 11.96 -
YUV 190.55 48.68 137.59 -
System Red Green Blue C M Y K H S L
Decimal 204 211 50 0.03 0 0.76 0.17 62.61 0.65 0.51
Hex CC D3 32 3 0 4C 11 3F 41 33
Octal 314 323 62 3 0 114 21 77 101 63
Binary 11001100 11010011 110010 11 0 1001100 10001 111111 1000001 110011

Color Harmonies of #CCD332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD332

Black with #CCD332

Text Example


Text Example

White with #CCD332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD332; }

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

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

background-color css

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

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

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

border-color css

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

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

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