Html Css Color HEX #C2D629 Fuego

📋 copy color: '#C2D629'

red 194 ◦ green 214 ◦ blue 41

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

Shades of Fuego #C2D629

Tints of Fuego #C2D629

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.66%

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

R = 43.21%
G = 47.66%
B = 9.13%

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

#C2D629 (or 0xC2D629) is known color: Fuego. HEX triplet: C2, D6 and 29. RGB value is (194,214,41). Sum of RGB (Red+Green+Blue) = 194+214+41=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 214 (83.98% from 255 or 47.66% from 449); Blue value is 41 (16.41% from 255 or 9.13% from 449); Max value from RGB is 214 - color contains mainly: green. Hex color #C2D629 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D629 is #3D29D6. Grayscale: #BCBCBC. Windows color (decimal): -4008407 or 2741954. OLE color: 2741954.

HSL color Cylindrical-coordinate representation of color #C2D629: hue angle of 66.94º 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 #C2D629 is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 214 41 -
CMYK 0.09 0 0.81 0.16
HSL 66.94º 0.68% 0.5% -
HSV(B) 66.94º 0.81% 0.84% -
XYZ 46.69 59.72 11.16 -
YUV 188.3 44.87 132.07 -
System Red Green Blue C M Y K H S L
Decimal 194 214 41 0.09 0 0.81 0.16 66.94 0.68 0.5
Hex C2 D6 29 9 0 51 10 43 44 32
Octal 302 326 51 11 0 121 20 103 104 62
Binary 11000010 11010110 101001 1001 0 1010001 10000 1000011 1000100 110010

Color Harmonies of #C2D629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D629

Black with #C2D629

Text Example


Text Example

White with #C2D629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D629; }

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

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

background-color css

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

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

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

border-color css

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

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

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