Html Css Color HEX #C2D529 Fuego

📋 copy color: '#C2D529'

red 194 ◦ green 213 ◦ blue 41

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

Shades of Fuego #C2D529

Tints of Fuego #C2D529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.15%

R = 43.3%
G = 47.54%
B = 9.15%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#C2D529 (or 0xC2D529) is known color: Fuego. HEX triplet: C2, D5 and 29. RGB value is (194,213,41). Sum of RGB (Red+Green+Blue) = 194+213+41=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 213 (83.59% from 255 or 47.54% from 448); Blue value is 41 (16.41% from 255 or 9.15% from 448); Max value from RGB is 213 - color contains mainly: green. Hex color #C2D529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D529 is #3D2AD6. Grayscale: #BCBCBC. Windows color (decimal): -4008663 or 2741698. OLE color: 2741698.

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

Color convert

RGB 194 213 41 -
CMYK 0.09 0 0.81 0.16
HSL 66.63º 0.68% 0.5% -
HSV(B) 66.63º 0.81% 0.84% -
XYZ 46.44 59.22 11.08 -
YUV 187.71 45.21 132.49 -
System Red Green Blue C M Y K H S L
Decimal 194 213 41 0.09 0 0.81 0.16 66.63 0.68 0.5
Hex C2 D5 29 9 0 51 10 43 44 32
Octal 302 325 51 11 0 121 20 103 104 62
Binary 11000010 11010101 101001 1001 0 1010001 10000 1000011 1000100 110010

Color Harmonies of #C2D529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D529

Black with #C2D529

Text Example


Text Example

White with #C2D529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D529; }

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

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

background-color css

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

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

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

border-color css

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

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

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