#CFD551

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

Shades of Manz #CFD551

Tints of Manz #CFD551

Color information

#CFD551 (or 0xCFD551) is unknown color: approx Manz. HEX triplet: CF, D5 and 51. RGB value is (207,213,81). Sum of RGB (Red+Green+Blue) = 207+213+81=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 213 (83.59% from 255 or 42.51% from 501); Blue value is 81 (32.03% from 255 or 16.17% from 501); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD551 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD551 is #302AAE. Grayscale: #C4C4C4. Windows color (decimal): -3156655 or 5363151. OLE color: 5363151.

HSL color Cylindrical-coordinate representation of color #CFD551: hue angle of 62.73º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CFD551 is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB20721381-
CMYK0.0300.620.16
HSL62.73º61.11%57.65%-
HSV(B)62.73º61.97%83.53%-
XYZ51.0161.4516.96-
YUV196.1663.01135.73-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.32%
GREEN value IS 213 (83.59% from 255) = 42.51%
BLUE value IS 81 (32.03% from 255) = 16.17%
R=41.32%
G=42.51%
B=16.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal207213810.0300.620.1662.7361.1157.65
HexCFD551303E103f3d3a
Octal317325121307620777572
Binary1100111111010101101000111011111010000111111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD551; }

 p { color: rgb(207,213,81); }

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

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

 a { background-color: rgb(207,213,81); }

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

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

 span { border-color: rgb(207,213,81); }

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