Html Css Color HEX #C5D422 Fuego

📋 copy color: '#C5D422'

red 197 ◦ green 212 ◦ blue 34

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

Shades of Fuego #C5D422

Tints of Fuego #C5D422

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.86%

 BLUE value IS 34 (13.67% from 255) = 7.67%

R = 44.47%
G = 47.86%
B = 7.67%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#C5D422 (or 0xC5D422) is known color: Fuego. HEX triplet: C5, D4 and 22. RGB value is (197,212,34). Sum of RGB (Red+Green+Blue) = 197+212+34=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 212 (83.20% from 255 or 47.86% from 443); Blue value is 34 (13.67% from 255 or 7.67% from 443); Max value from RGB is 212 - color contains mainly: green. Hex color #C5D422 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D422 is #3A2BDD. Grayscale: #BBBBBB. Windows color (decimal): -3812318 or 2282693. OLE color: 2282693.

HSL color Cylindrical-coordinate representation of color #C5D422: hue angle of 65.06º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C5D422 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB 197 212 34 -
CMYK 0.07 0 0.84 0.17
HSL 65.06º 0.72% 0.48% -
HSV(B) 65.06º 0.84% 0.83% -
XYZ 46.86 59.07 10.45 -
YUV 187.22 41.53 134.97 -
System Red Green Blue C M Y K H S L
Decimal 197 212 34 0.07 0 0.84 0.17 65.06 0.72 0.48
Hex C5 D4 22 7 0 54 11 41 48 30
Octal 305 324 42 7 0 124 21 101 110 60
Binary 11000101 11010100 100010 111 0 1010100 10001 1000001 1001000 110000

Color Harmonies of #C5D422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D422

Black with #C5D422

Text Example


Text Example

White with #C5D422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D422; }

 p { color: rgb(197,212,34); }

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

background-color css

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

 a { background-color: rgb(197,212,34); }

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

border-color css

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

 span { border-color: rgb(197,212,34); }

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