#CCD633

Color #CCD633 Bitter Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bitter Lemon #CCD633

Tints of Bitter Lemon #CCD633

Color information

#CCD633 (or 0xCCD633) is unknown color: approx Bitter Lemon. HEX triplet: CC, D6 and 33. RGB value is (204,214,51). Sum of RGB (Red+Green+Blue) = 204+214+51=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 214 (83.98% from 255 or 45.63% from 469); Blue value is 51 (20.31% from 255 or 10.87% from 469); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD633 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD633 is #3329CC. Grayscale: #C1C1C1. Windows color (decimal): -3353037 or 3397324. OLE color: 3397324.

HSL color Cylindrical-coordinate representation of color #CCD633: hue angle of 63.68º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CCD633 is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB20421451-
CMYK0.0500.760.16
HSL63.68º66.53%51.96%-
HSV(B)63.68º76.17%83.92%-
XYZ49.5561.1712.33-
YUV192.4348.19136.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.50%
GREEN value IS 214 (83.98% from 255) = 45.63%
BLUE value IS 51 (20.31% from 255) = 10.87%
R=43.50%
G=45.63%
B=10.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal204214510.0500.760.1663.6866.5351.96
HexCCD633504C10404334
Octal31432663501142010010364
Binary1100110011010110110011101010011001000010000001000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD633; }

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

 H1.HeaderClassName
 {
   color: #CCD633;
 }
 .AnyTagClassName
 {
   color: #CCD633;
 }
</style>
background-color css

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

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

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

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

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

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