#CFCF2F

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

Shades of Bitter Lemon #CFCF2F

Tints of Bitter Lemon #CFCF2F

Color information

#CFCF2F (or 0xCFCF2F) is unknown color: approx Bitter Lemon. HEX triplet: CF, CF and 2F. RGB value is (207,207,47). Sum of RGB (Red+Green+Blue) = 207+207+47=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 47 (18.75% from 255 or 10.20% from 461); Max value from RGB is 207 - color contains mainly: red, green. Hex color #CFCF2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCF2F is #3030D0. Grayscale: #BDBDBD. Windows color (decimal): -3158225 or 3133391. OLE color: 3133391.

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

Color convert

RGB20720747-
CMYK000.770.19
HSL60º62.99%49.8%-
HSV(B)60º77.29%81.18%-
XYZ48.5658.111.34-
YUV188.7648141.01-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.90%
GREEN value IS 207 (81.25% from 255) = 44.90%
BLUE value IS 47 (18.75% from 255) = 10.20%
R=44.90%
G=44.90%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720747000.770.196062.9949.8
HexCFCF2F004D133c3f32
Octal317317570011523747762
Binary110011111100111110111100100110110011111100111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCF2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCF2F; }

 p { color: rgb(207,207,47); }

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

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

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

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

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

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

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