#CFD541

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

Shades of Bitter Lemon #CFD541

Tints of Bitter Lemon #CFD541

Color information

#CFD541 (or 0xCFD541) is unknown color: approx Bitter Lemon. HEX triplet: CF, D5 and 41. RGB value is (207,213,65). Sum of RGB (Red+Green+Blue) = 207+213+65=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 213 (83.59% from 255 or 43.92% from 485); Blue value is 65 (25.78% from 255 or 13.40% from 485); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD541 is #302ABE. Grayscale: #C2C2C2. Windows color (decimal): -3156671 or 4314575. OLE color: 4314575.

HSL color Cylindrical-coordinate representation of color #CFD541: hue angle of 62.43º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CFD541 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB20721365-
CMYK0.0300.690.16
HSL62.43º63.79%54.51%-
HSV(B)62.43º69.48%83.53%-
XYZ50.4861.2414.16-
YUV194.3355.01137.03-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.68%
GREEN value IS 213 (83.59% from 255) = 43.92%
BLUE value IS 65 (25.78% from 255) = 13.40%
R=42.68%
G=43.92%
B=13.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal207213650.0300.690.1662.4363.7954.51
HexCFD5413045103e4037
Octal31732510130105207610067
Binary110011111101010110000011101000101100001111101000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD541; }

 p { color: rgb(207,213,65); }

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

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

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

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

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

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

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