#C8DA2B

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

Shades of Fuego #C8DA2B

Tints of Fuego #C8DA2B

Color information

#C8DA2B (or 0xC8DA2B) is unknown color: approx Fuego. HEX triplet: C8, DA and 2B. RGB value is (200,218,43). Sum of RGB (Red+Green+Blue) = 200+218+43=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 43 (17.19% from 255 or 9.33% from 461); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DA2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8DA2B is #3725D4. Grayscale: #C1C1C1. Windows color (decimal): -3614165 or 2874056. OLE color: 2874056.

HSL color Cylindrical-coordinate representation of color #C8DA2B: hue angle of 66.17º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C8DA2B is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB20021843-
CMYK0.0800.800.15
HSL66.17º70.28%51.18%-
HSV(B)66.17º80.28%85.49%-
XYZ49.3362.611.77-
YUV192.6743.54133.23-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.38%
GREEN value IS 218 (85.55% from 255) = 47.29%
BLUE value IS 43 (17.19% from 255) = 9.33%
R=43.38%
G=47.29%
B=9.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal200218430.0800.800.1566.1770.2851.18
HexC8DA2B8050F424633
Octal310332531001201710210663
Binary1100100011011010101011100001010000111110000101000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DA2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DA2B; }

 p { color: rgb(200,218,43); }

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

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

 a { background-color: rgb(200,218,43); }

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

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

 span { border-color: rgb(200,218,43); }

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