#C3D830

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

Shades of Fuego #C3D830

Tints of Fuego #C3D830

Color information

#C3D830 (or 0xC3D830) is unknown color: approx Fuego. HEX triplet: C3, D8 and 30. RGB value is (195,216,48). Sum of RGB (Red+Green+Blue) = 195+216+48=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 216 (84.77% from 255 or 47.06% from 459); Blue value is 48 (19.14% from 255 or 10.46% from 459); Max value from RGB is 216 - color contains mainly: green. Hex color #C3D830 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3D830 is #3C27CF. Grayscale: #BFBFBF. Windows color (decimal): -3942352 or 3201219. OLE color: 3201219.

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

Color convert

RGB19521648-
CMYK0.1000.780.15
HSL67.5º68.29%51.76%-
HSV(B)67.5º77.78%84.71%-
XYZ47.660.9312.05-
YUV190.5747.54131.16-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.48%
GREEN value IS 216 (84.77% from 255) = 47.06%
BLUE value IS 48 (19.14% from 255) = 10.46%
R=42.48%
G=47.06%
B=10.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal195216480.1000.780.1567.568.2951.76
HexC3D830A04EF444434
Octal303330601201161710410464
Binary1100001111011000110000101001001110111110001001000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D830; }

 p { color: rgb(195,216,48); }

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

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

 a { background-color: rgb(195,216,48); }

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

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

 span { border-color: rgb(195,216,48); }

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