Html Css Color HEX #C3D531 Fuego

📋 copy color: '#C3D531'

red 195 ◦ green 213 ◦ blue 49

#C3D531
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuego #C3D531

Tints of Fuego #C3D531

RGB

 RED value IS 195 (76.56% from 255) = 42.67%

 GREEN value IS 213 (83.59% from 255) = 46.61%

 BLUE value IS 49 (19.53% from 255) = 10.72%

R = 42.67%
G = 46.61%
B = 10.72%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#C3D531 (or 0xC3D531) is known color: Fuego. HEX triplet: C3, D5 and 31. RGB value is (195,213,49). Sum of RGB (Red+Green+Blue) = 195+213+49=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 213 (83.59% from 255 or 46.61% from 457); Blue value is 49 (19.53% from 255 or 10.72% from 457); Max value from RGB is 213 - color contains mainly: green. Hex color #C3D531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3D531 is #3C2ACE. Grayscale: #BDBDBD. Windows color (decimal): -3943119 or 3265987. OLE color: 3265987.

HSL color Cylindrical-coordinate representation of color #C3D531: hue angle of 66.59º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C3D531 is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 195 213 49 -
CMYK 0.08 0 0.77 0.16
HSL 66.59º 0.66% 0.51% -
HSV(B) 66.59º 0.77% 0.84% -
XYZ 46.85 59.41 11.9 -
YUV 188.92 49.04 132.34 -
System Red Green Blue C M Y K H S L
Decimal 195 213 49 0.08 0 0.77 0.16 66.59 0.66 0.51
Hex C3 D5 31 8 0 4D 10 43 42 33
Octal 303 325 61 10 0 115 20 103 102 63
Binary 11000011 11010101 110001 1000 0 1001101 10000 1000011 1000010 110011

Color Harmonies of #C3D531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3D531

Black with #C3D531

Text Example


Text Example

White with #C3D531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3D531; }

 p { color: rgb(195,213,49); }

 H1.HeaderClassName
 {
   color: #C3D531;
 }
 .AnyTagClassName
 {
   color: #C3D531;
 }
</style>

background-color css

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

 a { background-color: rgb(195,213,49); }

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

border-color css

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

 span { border-color: rgb(195,213,49); }

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