Html Css Color HEX #CCD232 Bitter Lemon

📋 copy color: '#CCD232'

red 204 ◦ green 210 ◦ blue 50

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

Shades of Bitter Lemon #CCD232

Tints of Bitter Lemon #CCD232

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.26%

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

R = 43.97%
G = 45.26%
B = 10.78%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#CCD232 (or 0xCCD232) is known color: Bitter Lemon. HEX triplet: CC, D2 and 32. RGB value is (204,210,50). Sum of RGB (Red+Green+Blue) = 204+210+50=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 210 (82.42% from 255 or 45.26% from 464); Blue value is 50 (19.92% from 255 or 10.78% from 464); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD232 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD232 is #332DCD. Grayscale: #BEBEBE. Windows color (decimal): -3354062 or 3330764. OLE color: 3330764.

HSL color Cylindrical-coordinate representation of color #CCD232: hue angle of 62.25º degrees, saturation: 0.64, 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 #CCD232 is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 210 50 -
CMYK 0.03 0 0.76 0.18
HSL 62.25º 0.64% 0.51% -
HSV(B) 62.25º 0.76% 0.82% -
XYZ 48.52 59.16 11.88 -
YUV 189.97 49.01 138.01 -
System Red Green Blue C M Y K H S L
Decimal 204 210 50 0.03 0 0.76 0.18 62.25 0.64 0.51
Hex CC D2 32 3 0 4C 12 3E 40 33
Octal 314 322 62 3 0 114 22 76 100 63
Binary 11001100 11010010 110010 11 0 1001100 10010 111110 1000000 110011

Color Harmonies of #CCD232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD232

Black with #CCD232

Text Example


Text Example

White with #CCD232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD232; }

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

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

background-color css

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

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

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

border-color css

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

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

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