#CDCF35

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

Shades of Bitter Lemon #CDCF35

Tints of Bitter Lemon #CDCF35

Color information

#CDCF35 (or 0xCDCF35) is unknown color: approx Bitter Lemon. HEX triplet: CD, CF and 35. RGB value is (205,207,53). Sum of RGB (Red+Green+Blue) = 205+207+53=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 53 (21.09% from 255 or 11.40% from 465); Max value from RGB is 207 - color contains mainly: green. Hex color #CDCF35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDCF35 is #3230CA. Grayscale: #BDBDBD. Windows color (decimal): -3289291 or 3526605. OLE color: 3526605.

HSL color Cylindrical-coordinate representation of color #CDCF35: hue angle of 60.78º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CDCF35 is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB20520753-
CMYK0.0100.740.19
HSL60.78º61.6%50.98%-
HSV(B)60.78º74.4%81.18%-
XYZ48.1357.8612-
YUV188.8551.34139.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.09%
GREEN value IS 207 (81.25% from 255) = 44.52%
BLUE value IS 53 (21.09% from 255) = 11.40%
R=44.09%
G=44.52%
B=11.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal205207530.0100.740.1960.7861.650.98
HexCDCF35104A133d3e33
Octal315317651011223757663
Binary110011011100111111010110100101010011111101111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCF35; }

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

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

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

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

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

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

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

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