#CFD326

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

Shades of Bitter Lemon #CFD326

Tints of Bitter Lemon #CFD326

Color information

#CFD326 (or 0xCFD326) is unknown color: approx Bitter Lemon. HEX triplet: CF, D3 and 26. RGB value is (207,211,38). Sum of RGB (Red+Green+Blue) = 207+211+38=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 211 (82.81% from 255 or 46.27% from 456); Blue value is 38 (15.23% from 255 or 8.33% from 456); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD326 is #302CD9. Grayscale: #BEBEBE. Windows color (decimal): -3157210 or 2544591. OLE color: 2544591.

HSL color Cylindrical-coordinate representation of color #CFD326: hue angle of 61.39º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CFD326 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB20721138-
CMYK0.0200.820.17
HSL61.39º69.48%48.82%-
HSV(B)61.39º81.99%82.75%-
XYZ49.3859.9910.81-
YUV190.0842.17140.07-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.39%
GREEN value IS 211 (82.81% from 255) = 46.27%
BLUE value IS 38 (15.23% from 255) = 8.33%
R=45.39%
G=46.27%
B=8.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal207211380.0200.820.1761.3969.4848.82
HexCFD3262052113d4531
Octal3173234620122217510561
Binary11001111110100111001101001010010100011111011000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD326; }

 p { color: rgb(207,211,38); }

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

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

 a { background-color: rgb(207,211,38); }

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

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

 span { border-color: rgb(207,211,38); }

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