#CFD132

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

Shades of Bitter Lemon #CFD132

Tints of Bitter Lemon #CFD132

Color information

#CFD132 (or 0xCFD132) is unknown color: approx Bitter Lemon. HEX triplet: CF, D1 and 32. RGB value is (207,209,50). Sum of RGB (Red+Green+Blue) = 207+209+50=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 209 (82.03% from 255 or 44.85% from 466); Blue value is 50 (19.92% from 255 or 10.73% from 466); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD132 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD132 is #302ECD. Grayscale: #BEBEBE. Windows color (decimal): -3157710 or 3330511. OLE color: 3330511.

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

Color convert

RGB20720950-
CMYK0.0100.760.18
HSL60.75º63.35%50.78%-
HSV(B)60.75º76.08%81.96%-
XYZ49.1159.111.84-
YUV190.2848.84139.93-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.42%
GREEN value IS 209 (82.03% from 255) = 44.85%
BLUE value IS 50 (19.92% from 255) = 10.73%
R=44.42%
G=44.85%
B=10.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal207209500.0100.760.1860.7563.3550.78
HexCFD132104C123d3f33
Octal317321621011422757763
Binary110011111101000111001010100110010010111101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD132; }

 p { color: rgb(207,209,50); }

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

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

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

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

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

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

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