Html Css Color HEX #C4D122 Fuego

📋 copy color: '#C4D122'

red 196 ◦ green 209 ◦ blue 34

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

Shades of Fuego #C4D122

Tints of Fuego #C4D122

RGB

 RED value IS 196 (76.95% from 255) = 44.65%

 GREEN value IS 209 (82.03% from 255) = 47.61%

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

R = 44.65%
G = 47.61%
B = 7.74%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#C4D122 (or 0xC4D122) is known color: Fuego. HEX triplet: C4, D1 and 22. RGB value is (196,209,34). Sum of RGB (Red+Green+Blue) = 196+209+34=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 209 (82.03% from 255 or 47.61% from 439); Blue value is 34 (13.67% from 255 or 7.74% from 439); Max value from RGB is 209 - color contains mainly: green. Hex color #C4D122 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D122 is #3B2EDD. Grayscale: #B9B9B9. Windows color (decimal): -3878622 or 2281924. OLE color: 2281924.

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

Color convert

RGB 196 209 34 -
CMYK 0.06 0 0.84 0.18
HSL 64.46º 0.72% 0.48% -
HSV(B) 64.46º 0.84% 0.82% -
XYZ 45.85 57.45 10.19 -
YUV 185.16 42.69 135.73 -
System Red Green Blue C M Y K H S L
Decimal 196 209 34 0.06 0 0.84 0.18 64.46 0.72 0.48
Hex C4 D1 22 6 0 54 12 40 48 30
Octal 304 321 42 6 0 124 22 100 110 60
Binary 11000100 11010001 100010 110 0 1010100 10010 1000000 1001000 110000

Color Harmonies of #C4D122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D122

Black with #C4D122

Text Example


Text Example

White with #C4D122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D122; }

 p { color: rgb(196,209,34); }

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

background-color css

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

 a { background-color: rgb(196,209,34); }

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

border-color css

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

 span { border-color: rgb(196,209,34); }

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