Html Css Color HEX #C5CD34 Fuego

📋 copy color: '#C5CD34'

red 197 ◦ green 205 ◦ blue 52

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

Shades of Fuego #C5CD34

Tints of Fuego #C5CD34

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.15%

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

R = 43.39%
G = 45.15%
B = 11.45%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#C5CD34 (or 0xC5CD34) is known color: Fuego. HEX triplet: C5, CD and 34. RGB value is (197,205,52). Sum of RGB (Red+Green+Blue) = 197+205+52=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 205 (80.47% from 255 or 45.15% from 454); Blue value is 52 (20.70% from 255 or 11.45% from 454); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CD34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CD34 is #3A32CB. Grayscale: #B9B9B9. Windows color (decimal): -3814092 or 3460549. OLE color: 3460549.

HSL color Cylindrical-coordinate representation of color #C5CD34: hue angle of 63.14º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C5CD34 is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 205 52 -
CMYK 0.04 0 0.75 0.20
HSL 63.14º 0.6% 0.5% -
HSV(B) 63.14º 0.75% 0.8% -
XYZ 45.48 55.78 11.62 -
YUV 185.17 52.85 136.44 -
System Red Green Blue C M Y K H S L
Decimal 197 205 52 0.04 0 0.75 0.20 63.14 0.6 0.5
Hex C5 CD 34 4 0 4B 14 3F 3C 32
Octal 305 315 64 4 0 113 24 77 74 62
Binary 11000101 11001101 110100 100 0 1001011 10100 111111 111100 110010

Color Harmonies of #C5CD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CD34

Black with #C5CD34

Text Example


Text Example

White with #C5CD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CD34; }

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

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

background-color css

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

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

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

border-color css

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

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

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