#CFD735

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

Shades of Bitter Lemon #CFD735

Tints of Bitter Lemon #CFD735

Color information

#CFD735 (or 0xCFD735) is unknown color: approx Bitter Lemon. HEX triplet: CF, D7 and 35. RGB value is (207,215,53). Sum of RGB (Red+Green+Blue) = 207+215+53=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 215 (84.38% from 255 or 45.26% from 475); Blue value is 53 (21.09% from 255 or 11.16% from 475); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD735 is #3028CA. Grayscale: #C2C2C2. Windows color (decimal): -3156171 or 3528655. OLE color: 3528655.

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

Color convert

RGB20721553-
CMYK0.0400.750.16
HSL62.96º66.94%52.55%-
HSV(B)62.96º75.35%84.31%-
XYZ50.6862.1212.69-
YUV194.1448.35137.17-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.58%
GREEN value IS 215 (84.38% from 255) = 45.26%
BLUE value IS 53 (21.09% from 255) = 11.16%
R=43.58%
G=45.26%
B=11.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal207215530.0400.750.1662.9666.9452.55
HexCFD735404B103f4335
Octal3173276540113207710365
Binary110011111101011111010110001001011100001111111000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD735; }

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

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

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

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

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

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

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

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