Html Css Color HEX #C2D41E Fuego

📋 copy color: '#C2D41E'

red 194 ◦ green 212 ◦ blue 30

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

Shades of Fuego #C2D41E

Tints of Fuego #C2D41E

RGB

 RED value IS 194 (76.17% from 255) = 44.5%

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

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

R = 44.5%
G = 48.62%
B = 6.88%

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

#C2D41E (or 0xC2D41E) is known color: Fuego. HEX triplet: C2, D4 and 1E. RGB value is (194,212,30). Sum of RGB (Red+Green+Blue) = 194+212+30=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 212 (83.20% from 255 or 48.62% from 436); Blue value is 30 (12.11% from 255 or 6.88% from 436); Max value from RGB is 212 - color contains mainly: green. Hex color #C2D41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D41E is #3D2BE1. Grayscale: #BABABA. Windows color (decimal): -4008930 or 2020546. OLE color: 2020546.

HSL color Cylindrical-coordinate representation of color #C2D41E: hue angle of 65.93º 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 #C2D41E is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 194 212 30 -
CMYK 0.08 0 0.86 0.17
HSL 65.93º 0.75% 0.47% -
HSV(B) 65.93º 0.86% 0.83% -
XYZ 46.03 58.65 10.12 -
YUV 185.87 40.04 133.8 -
System Red Green Blue C M Y K H S L
Decimal 194 212 30 0.08 0 0.86 0.17 65.93 0.75 0.47
Hex C2 D4 1E 8 0 56 11 42 4B 2F
Octal 302 324 36 10 0 126 21 102 113 57
Binary 11000010 11010100 11110 1000 0 1010110 10001 1000010 1001011 101111

Color Harmonies of #C2D41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D41E

Black with #C2D41E

Text Example


Text Example

White with #C2D41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D41E; }

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

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

background-color css

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

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

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

border-color css

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

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

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