#CFD335

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

Shades of Bitter Lemon #CFD335

Tints of Bitter Lemon #CFD335

Color information

#CFD335 (or 0xCFD335) is unknown color: approx Bitter Lemon. HEX triplet: CF, D3 and 35. RGB value is (207,211,53). Sum of RGB (Red+Green+Blue) = 207+211+53=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 211 (82.81% from 255 or 44.80% from 471); Blue value is 53 (21.09% from 255 or 11.25% from 471); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD335 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD335 is #302CCA. Grayscale: #C0C0C0. Windows color (decimal): -3157195 or 3527631. OLE color: 3527631.

HSL color Cylindrical-coordinate representation of color #CFD335: hue angle of 61.52º degrees, saturation: 0.64, 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 #CFD335 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB20721153-
CMYK0.0200.750.17
HSL61.52º64.23%51.76%-
HSV(B)61.52º74.88%82.75%-
XYZ49.6760.1112.35-
YUV191.7949.67138.85-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.95%
GREEN value IS 211 (82.81% from 255) = 44.80%
BLUE value IS 53 (21.09% from 255) = 11.25%
R=43.95%
G=44.80%
B=11.25%

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
Decimal207211530.0200.750.1761.5264.2351.76
HexCFD335204B113e4034
Octal3173236520113217610064
Binary11001111110100111101011001001011100011111101000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD335; }

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

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

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

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

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

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

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

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