Html Css Color HEX #C3D130 Fuego

📋 copy color: '#C3D130'

red 195 ◦ green 209 ◦ blue 48

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

Shades of Fuego #C3D130

Tints of Fuego #C3D130

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.24%

 BLUE value IS 48 (19.14% from 255) = 10.62%

R = 43.14%
G = 46.24%
B = 10.62%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#C3D130 (or 0xC3D130) is known color: Fuego. HEX triplet: C3, D1 and 30. RGB value is (195,209,48). Sum of RGB (Red+Green+Blue) = 195+209+48=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 209 (82.03% from 255 or 46.24% from 452); Blue value is 48 (19.14% from 255 or 10.62% from 452); Max value from RGB is 209 - color contains mainly: green. Hex color #C3D130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3D130 is #3C2ECF. Grayscale: #BBBBBB. Windows color (decimal): -3944144 or 3199427. OLE color: 3199427.

HSL color Cylindrical-coordinate representation of color #C3D130: hue angle of 65.22º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C3D130 is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 195 209 48 -
CMYK 0.07 0 0.77 0.18
HSL 65.22º 0.64% 0.5% -
HSV(B) 65.22º 0.77% 0.82% -
XYZ 45.84 57.42 11.46 -
YUV 186.46 49.86 134.09 -
System Red Green Blue C M Y K H S L
Decimal 195 209 48 0.07 0 0.77 0.18 65.22 0.64 0.5
Hex C3 D1 30 7 0 4D 12 41 40 32
Octal 303 321 60 7 0 115 22 101 100 62
Binary 11000011 11010001 110000 111 0 1001101 10010 1000001 1000000 110010

Color Harmonies of #C3D130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3D130

Black with #C3D130

Text Example


Text Example

White with #C3D130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3D130; }

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

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

background-color css

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

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

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

border-color css

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

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

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