#c1d628

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

Shades of Fuego #C1D628

Tints of Fuego #C1D628

Color information

#C1D628 (or 0xC1D628) is unknown color: approx Fuego. HEX triplet: C1, D6 and 28. RGB value is (193,214,40). Sum of RGB (Red+Green+Blue) = 193+214+40=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 214 (83.98% from 255 or 47.87% from 447); Blue value is 40 (16.02% from 255 or 8.95% from 447); Max value from RGB is 214 - color contains mainly: green. Hex color #C1D628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1D628 is #3E29D7. Grayscale: #BCBCBC. Windows color (decimal): -4073944 or 2676417. OLE color: 2676417.

HSL color Cylindrical-coordinate representation of color #C1D628: hue angle of 67.24º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C1D628 is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB19321440-
CMYK0.1000.810.16
HSL67.24º68.5%49.8%-
HSV(B)67.24º81.31%83.92%-
XYZ46.4259.5811.06-
YUV187.8844.54131.65-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.18%
GREEN value IS 214 (83.98% from 255) = 47.87%
BLUE value IS 40 (16.02% from 255) = 8.95%
R=43.18%
G=47.87%
B=8.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal193214400.1000.810.1667.2468.549.8
HexC1D628A05110434532
Octal301326501201212010310562
Binary11000001110101101010001010010100011000010000111000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1d628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1d628; }

 p { color: rgb(193,214,40); }

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

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

 a { background-color: rgb(193,214,40); }

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

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

 span { border-color: rgb(193,214,40); }

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