Html Css Color HEX #C4D41E Fuego

📋 copy color: '#C4D41E'

red 196 ◦ green 212 ◦ blue 30

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

Shades of Fuego #C4D41E

Tints of Fuego #C4D41E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.85%

R = 44.75%
G = 48.4%
B = 6.85%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#C4D41E (or 0xC4D41E) is known color: Fuego. HEX triplet: C4, D4 and 1E. RGB value is (196,212,30). Sum of RGB (Red+Green+Blue) = 196+212+30=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 212 (83.20% from 255 or 48.40% from 438); Blue value is 30 (12.11% from 255 or 6.85% from 438); Max value from RGB is 212 - color contains mainly: green. Hex color #C4D41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D41E is #3B2BE1. Grayscale: #BBBBBB. Windows color (decimal): -3877858 or 2020548. OLE color: 2020548.

HSL color Cylindrical-coordinate representation of color #C4D41E: hue angle of 65.27º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C4D41E is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 196 212 30 -
CMYK 0.08 0 0.86 0.17
HSL 65.27º 0.75% 0.47% -
HSV(B) 65.27º 0.86% 0.83% -
XYZ 46.54 58.92 10.15 -
YUV 186.47 39.7 134.8 -
System Red Green Blue C M Y K H S L
Decimal 196 212 30 0.08 0 0.86 0.17 65.27 0.75 0.47
Hex C4 D4 1E 8 0 56 11 41 4B 2F
Octal 304 324 36 10 0 126 21 101 113 57
Binary 11000100 11010100 11110 1000 0 1010110 10001 1000001 1001011 101111

Color Harmonies of #C4D41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D41E

Black with #C4D41E

Text Example


Text Example

White with #C4D41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D41E; }

 p { color: rgb(196,212,30); }

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

background-color css

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

 a { background-color: rgb(196,212,30); }

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

border-color css

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

 span { border-color: rgb(196,212,30); }

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