Html Css Color HEX #CCCE33 Bitter Lemon

📋 copy color: '#CCCE33'

red 204 ◦ green 206 ◦ blue 51

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

Shades of Bitter Lemon #CCCE33

Tints of Bitter Lemon #CCCE33

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.69%

 BLUE value IS 51 (20.31% from 255) = 11.06%

R = 44.25%
G = 44.69%
B = 11.06%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CCCE33 (or 0xCCCE33) is known color: Bitter Lemon. HEX triplet: CC, CE and 33. RGB value is (204,206,51). Sum of RGB (Red+Green+Blue) = 204+206+51=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 51 (20.31% from 255 or 11.06% from 461); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCE33 is #3331CC. Grayscale: #BCBCBC. Windows color (decimal): -3355085 or 3395276. OLE color: 3395276.

HSL color Cylindrical-coordinate representation of color #CCCE33: hue angle of 60.77º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCCE33 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 206 51 -
CMYK 0.01 0 0.75 0.19
HSL 60.77º 0.61% 0.5% -
HSV(B) 60.77º 0.75% 0.81% -
XYZ 47.57 57.22 11.67 -
YUV 187.73 50.84 139.6 -
System Red Green Blue C M Y K H S L
Decimal 204 206 51 0.01 0 0.75 0.19 60.77 0.61 0.5
Hex CC CE 33 1 0 4B 13 3D 3D 32
Octal 314 316 63 1 0 113 23 75 75 62
Binary 11001100 11001110 110011 1 0 1001011 10011 111101 111101 110010

Color Harmonies of #CCCE33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCE33

Black with #CCCE33

Text Example


Text Example

White with #CCCE33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCE33; }

 p { color: rgb(204,206,51); }

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

background-color css

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

 a { background-color: rgb(204,206,51); }

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

border-color css

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

 span { border-color: rgb(204,206,51); }

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