#CFD834

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

Shades of Bitter Lemon #CFD834

Tints of Bitter Lemon #CFD834

Color information

#CFD834 (or 0xCFD834) is unknown color: approx Bitter Lemon. HEX triplet: CF, D8 and 34. RGB value is (207,216,52). Sum of RGB (Red+Green+Blue) = 207+216+52=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 216 (84.77% from 255 or 45.47% from 475); Blue value is 52 (20.70% from 255 or 10.95% from 475); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD834 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD834 is #3027CB. Grayscale: #C3C3C3. Windows color (decimal): -3155916 or 3463375. OLE color: 3463375.

HSL color Cylindrical-coordinate representation of color #CFD834: hue angle of 63.29º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CFD834 is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB20721652-
CMYK0.0400.760.15
HSL63.29º67.77%52.55%-
HSV(B)63.29º75.93%84.71%-
XYZ50.9162.6312.65-
YUV194.6147.52136.84-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.58%
GREEN value IS 216 (84.77% from 255) = 45.47%
BLUE value IS 52 (20.70% from 255) = 10.95%
R=43.58%
G=45.47%
B=10.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal207216520.0400.760.1563.2967.7752.55
HexCFD834404CF3f4435
Octal3173306440114177710465
Binary11001111110110001101001000100110011111111111000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD834; }

 p { color: rgb(207,216,52); }

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

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

 a { background-color: rgb(207,216,52); }

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

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

 span { border-color: rgb(207,216,52); }

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