Html Css Color HEX #C5D034 Fuego

📋 copy color: '#C5D034'

red 197 ◦ green 208 ◦ blue 52

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

Shades of Fuego #C5D034

Tints of Fuego #C5D034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.38%

R = 43.11%
G = 45.51%
B = 11.38%

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

#C5D034 (or 0xC5D034) is known color: Fuego. HEX triplet: C5, D0 and 34. RGB value is (197,208,52). Sum of RGB (Red+Green+Blue) = 197+208+52=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 208 (81.64% from 255 or 45.51% from 457); Blue value is 52 (20.70% from 255 or 11.38% from 457); Max value from RGB is 208 - color contains mainly: green. Hex color #C5D034 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D034 is #3A2FCB. Grayscale: #BBBBBB. Windows color (decimal): -3813324 or 3461317. OLE color: 3461317.

HSL color Cylindrical-coordinate representation of color #C5D034: hue angle of 64.23º 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 #C5D034 is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 208 52 -
CMYK 0.05 0 0.75 0.18
HSL 64.23º 0.62% 0.51% -
HSV(B) 64.23º 0.75% 0.82% -
XYZ 46.2 57.23 11.86 -
YUV 186.93 51.86 135.18 -
System Red Green Blue C M Y K H S L
Decimal 197 208 52 0.05 0 0.75 0.18 64.23 0.62 0.51
Hex C5 D0 34 5 0 4B 12 40 3E 33
Octal 305 320 64 5 0 113 22 100 76 63
Binary 11000101 11010000 110100 101 0 1001011 10010 1000000 111110 110011

Color Harmonies of #C5D034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D034

Black with #C5D034

Text Example


Text Example

White with #C5D034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D034; }

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

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

background-color css

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

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

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

border-color css

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

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

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