Html Css Color HEX #C5D625 Fuego

📋 copy color: '#C5D625'

red 197 ◦ green 214 ◦ blue 37

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

Shades of Fuego #C5D625

Tints of Fuego #C5D625

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.77%

 BLUE value IS 37 (14.84% from 255) = 8.26%

R = 43.97%
G = 47.77%
B = 8.26%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#C5D625 (or 0xC5D625) is known color: Fuego. HEX triplet: C5, D6 and 25. RGB value is (197,214,37). Sum of RGB (Red+Green+Blue) = 197+214+37=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 214 (83.98% from 255 or 47.77% from 448); Blue value is 37 (14.84% from 255 or 8.26% from 448); Max value from RGB is 214 - color contains mainly: green. Hex color #C5D625 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D625 is #3A29DA. Grayscale: #BDBDBD. Windows color (decimal): -3811803 or 2479813. OLE color: 2479813.

HSL color Cylindrical-coordinate representation of color #C5D625: hue angle of 65.76º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C5D625 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 214 37 -
CMYK 0.08 0 0.83 0.16
HSL 65.76º 0.71% 0.49% -
HSV(B) 65.76º 0.83% 0.84% -
XYZ 47.41 60.1 10.85 -
YUV 188.74 42.37 133.89 -
System Red Green Blue C M Y K H S L
Decimal 197 214 37 0.08 0 0.83 0.16 65.76 0.71 0.49
Hex C5 D6 25 8 0 53 10 42 47 31
Octal 305 326 45 10 0 123 20 102 107 61
Binary 11000101 11010110 100101 1000 0 1010011 10000 1000010 1000111 110001

Color Harmonies of #C5D625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D625

Black with #C5D625

Text Example


Text Example

White with #C5D625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D625; }

 p { color: rgb(197,214,37); }

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

background-color css

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

 a { background-color: rgb(197,214,37); }

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

border-color css

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

 span { border-color: rgb(197,214,37); }

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