Html Css Color HEX #C4D12C Fuego

📋 copy color: '#C4D12C'

red 196 ◦ green 209 ◦ blue 44

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

Shades of Fuego #C4D12C

Tints of Fuego #C4D12C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.8%

R = 43.65%
G = 46.55%
B = 9.8%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#C4D12C (or 0xC4D12C) is known color: Fuego. HEX triplet: C4, D1 and 2C. RGB value is (196,209,44). Sum of RGB (Red+Green+Blue) = 196+209+44=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 209 (82.03% from 255 or 46.55% from 449); Blue value is 44 (17.58% from 255 or 9.80% from 449); Max value from RGB is 209 - color contains mainly: green. Hex color #C4D12C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D12C is #3B2ED3. Grayscale: #BABABA. Windows color (decimal): -3878612 or 2937284. OLE color: 2937284.

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

Color convert

RGB 196 209 44 -
CMYK 0.06 0 0.79 0.18
HSL 64.73º 0.65% 0.5% -
HSV(B) 64.73º 0.79% 0.82% -
XYZ 46.02 57.52 11.06 -
YUV 186.3 47.69 134.92 -
System Red Green Blue C M Y K H S L
Decimal 196 209 44 0.06 0 0.79 0.18 64.73 0.65 0.5
Hex C4 D1 2C 6 0 4F 12 41 41 32
Octal 304 321 54 6 0 117 22 101 101 62
Binary 11000100 11010001 101100 110 0 1001111 10010 1000001 1000001 110010

Color Harmonies of #C4D12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D12C

Black with #C4D12C

Text Example


Text Example

White with #C4D12C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D12C; }

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

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

background-color css

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

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

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

border-color css

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

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

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