Html Css Color HEX #C5D930 Fuego

📋 copy color: '#C5D930'

red 197 ◦ green 217 ◦ blue 48

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

Shades of Fuego #C5D930

Tints of Fuego #C5D930

RGB

 RED value IS 197 (77.34% from 255) = 42.64%

 GREEN value IS 217 (85.16% from 255) = 46.97%

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

R = 42.64%
G = 46.97%
B = 10.39%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#C5D930 (or 0xC5D930) is known color: Fuego. HEX triplet: C5, D9 and 30. RGB value is (197,217,48). Sum of RGB (Red+Green+Blue) = 197+217+48=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 217 (85.16% from 255 or 46.97% from 462); Blue value is 48 (19.14% from 255 or 10.39% from 462); Max value from RGB is 217 - color contains mainly: green. Hex color #C5D930 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D930 is #3A26CF. Grayscale: #C0C0C0. Windows color (decimal): -3811024 or 3201477. OLE color: 3201477.

HSL color Cylindrical-coordinate representation of color #C5D930: hue angle of 67.1º degrees, saturation: 0.69, 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 #C5D930 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 217 48 -
CMYK 0.09 0 0.78 0.15
HSL 67.1º 0.69% 0.52% -
HSV(B) 67.1º 0.78% 0.85% -
XYZ 48.37 61.71 12.16 -
YUV 191.75 46.87 131.74 -
System Red Green Blue C M Y K H S L
Decimal 197 217 48 0.09 0 0.78 0.15 67.1 0.69 0.52
Hex C5 D9 30 9 0 4E F 43 45 34
Octal 305 331 60 11 0 116 17 103 105 64
Binary 11000101 11011001 110000 1001 0 1001110 1111 1000011 1000101 110100

Color Harmonies of #C5D930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D930

Black with #C5D930

Text Example


Text Example

White with #C5D930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D930; }

 p { color: rgb(197,217,48); }

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

background-color css

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

 a { background-color: rgb(197,217,48); }

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

border-color css

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

 span { border-color: rgb(197,217,48); }

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