#CFD535

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

Shades of Bitter Lemon #CFD535

Tints of Bitter Lemon #CFD535

Color information

#CFD535 (or 0xCFD535) is unknown color: approx Bitter Lemon. HEX triplet: CF, D5 and 35. RGB value is (207,213,53). Sum of RGB (Red+Green+Blue) = 207+213+53=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 213 (83.59% from 255 or 45.03% from 473); Blue value is 53 (21.09% from 255 or 11.21% from 473); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD535 is #302ACA. Grayscale: #C1C1C1. Windows color (decimal): -3156683 or 3528143. OLE color: 3528143.

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

Color convert

RGB20721353-
CMYK0.0300.750.16
HSL62.25º65.57%52.16%-
HSV(B)62.25º75.12%83.53%-
XYZ50.1761.1112.52-
YUV192.9749.01138.01-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.76%
GREEN value IS 213 (83.59% from 255) = 45.03%
BLUE value IS 53 (21.09% from 255) = 11.21%
R=43.76%
G=45.03%
B=11.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal207213530.0300.750.1662.2565.5752.16
HexCFD535304B103e4234
Octal3173256530113207610264
Binary11001111110101011101011101001011100001111101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD535; }

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

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

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

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

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

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

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

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