Html Css Color HEX #C2D51E Fuego

📋 copy color: '#C2D51E'

red 194 ◦ green 213 ◦ blue 30

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

Shades of Fuego #C2D51E

Tints of Fuego #C2D51E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.74%

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

R = 44.39%
G = 48.74%
B = 6.86%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#C2D51E (or 0xC2D51E) is known color: Fuego. HEX triplet: C2, D5 and 1E. RGB value is (194,213,30). Sum of RGB (Red+Green+Blue) = 194+213+30=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 213 (83.59% from 255 or 48.74% from 437); Blue value is 30 (12.11% from 255 or 6.86% from 437); Max value from RGB is 213 - color contains mainly: green. Hex color #C2D51E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D51E is #3D2AE1. Grayscale: #BBBBBB. Windows color (decimal): -4008674 or 2020802. OLE color: 2020802.

HSL color Cylindrical-coordinate representation of color #C2D51E: hue angle of 66.23º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2D51E is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 213 30 -
CMYK 0.09 0 0.86 0.16
HSL 66.23º 0.75% 0.48% -
HSV(B) 66.23º 0.86% 0.84% -
XYZ 46.28 59.15 10.21 -
YUV 186.46 39.71 133.38 -
System Red Green Blue C M Y K H S L
Decimal 194 213 30 0.09 0 0.86 0.16 66.23 0.75 0.48
Hex C2 D5 1E 9 0 56 10 42 4B 30
Octal 302 325 36 11 0 126 20 102 113 60
Binary 11000010 11010101 11110 1001 0 1010110 10000 1000010 1001011 110000

Color Harmonies of #C2D51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D51E

Black with #C2D51E

Text Example


Text Example

White with #C2D51E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D51E; }

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

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

background-color css

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

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

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

border-color css

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

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

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