Html Css Color HEX #C5D035 Fuego

📋 copy color: '#C5D035'

red 197 ◦ green 208 ◦ blue 53

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

Shades of Fuego #C5D035

Tints of Fuego #C5D035

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.41%

 BLUE value IS 53 (21.09% from 255) = 11.57%

R = 43.01%
G = 45.41%
B = 11.57%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#C5D035 (or 0xC5D035) is known color: Fuego. HEX triplet: C5, D0 and 35. RGB value is (197,208,53). Sum of RGB (Red+Green+Blue) = 197+208+53=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 208 (81.64% from 255 or 45.41% from 458); Blue value is 53 (21.09% from 255 or 11.57% from 458); Max value from RGB is 208 - color contains mainly: green. Hex color #C5D035 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D035 is #3A2FCA. Grayscale: #BBBBBB. Windows color (decimal): -3813323 or 3526853. OLE color: 3526853.

HSL color Cylindrical-coordinate representation of color #C5D035: hue angle of 64.26º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C5D035 is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 208 53 -
CMYK 0.05 0 0.75 0.18
HSL 64.26º 0.62% 0.51% -
HSV(B) 64.26º 0.75% 0.82% -
XYZ 46.22 57.24 11.98 -
YUV 187.04 52.36 135.1 -
System Red Green Blue C M Y K H S L
Decimal 197 208 53 0.05 0 0.75 0.18 64.26 0.62 0.51
Hex C5 D0 35 5 0 4B 12 40 3E 33
Octal 305 320 65 5 0 113 22 100 76 63
Binary 11000101 11010000 110101 101 0 1001011 10010 1000000 111110 110011

Color Harmonies of #C5D035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D035

Black with #C5D035

Text Example


Text Example

White with #C5D035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D035; }

 p { color: rgb(197,208,53); }

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

background-color css

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

 a { background-color: rgb(197,208,53); }

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

border-color css

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

 span { border-color: rgb(197,208,53); }

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