#CFD435

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

Shades of Bitter Lemon #CFD435

Tints of Bitter Lemon #CFD435

Color information

#CFD435 (or 0xCFD435) is unknown color: approx Bitter Lemon. HEX triplet: CF, D4 and 35. RGB value is (207,212,53). Sum of RGB (Red+Green+Blue) = 207+212+53=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 212 (83.20% from 255 or 44.92% from 472); Blue value is 53 (21.09% from 255 or 11.23% from 472); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD435 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD435 is #302BCA. Grayscale: #C1C1C1. Windows color (decimal): -3156939 or 3527887. OLE color: 3527887.

HSL color Cylindrical-coordinate representation of color #CFD435: hue angle of 61.89º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CFD435 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB20721253-
CMYK0.0200.750.17
HSL61.89º64.9%51.96%-
HSV(B)61.89º75%83.14%-
XYZ49.9260.6112.44-
YUV192.3849.34138.43-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.86%
GREEN value IS 212 (83.20% from 255) = 44.92%
BLUE value IS 53 (21.09% from 255) = 11.23%
R=43.86%
G=44.92%
B=11.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal207212530.0200.750.1761.8964.951.96
HexCFD435204B113e4134
Octal3173246520113217610164
Binary11001111110101001101011001001011100011111101000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD435; }

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

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

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

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

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

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

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

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