Html Css Color HEX #C2D325 Fuego

📋 copy color: '#C2D325'

red 194 ◦ green 211 ◦ blue 37

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

Shades of Fuego #C2D325

Tints of Fuego #C2D325

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.74%

 BLUE value IS 37 (14.84% from 255) = 8.37%

R = 43.89%
G = 47.74%
B = 8.37%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#C2D325 (or 0xC2D325) is known color: Fuego. HEX triplet: C2, D3 and 25. RGB value is (194,211,37). Sum of RGB (Red+Green+Blue) = 194+211+37=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 211 (82.81% from 255 or 47.74% from 442); Blue value is 37 (14.84% from 255 or 8.37% from 442); Max value from RGB is 211 - color contains mainly: green. Hex color #C2D325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D325 is #3D2CDA. Grayscale: #BABABA. Windows color (decimal): -4009179 or 2479042. OLE color: 2479042.

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

Color convert

RGB 194 211 37 -
CMYK 0.08 0 0.82 0.17
HSL 65.86º 0.7% 0.49% -
HSV(B) 65.86º 0.82% 0.83% -
XYZ 45.88 58.19 10.56 -
YUV 186.08 43.87 133.65 -
System Red Green Blue C M Y K H S L
Decimal 194 211 37 0.08 0 0.82 0.17 65.86 0.7 0.49
Hex C2 D3 25 8 0 52 11 42 46 31
Octal 302 323 45 10 0 122 21 102 106 61
Binary 11000010 11010011 100101 1000 0 1010010 10001 1000010 1000110 110001

Color Harmonies of #C2D325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D325

Black with #C2D325

Text Example


Text Example

White with #C2D325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D325; }

 p { color: rgb(194,211,37); }

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

background-color css

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

 a { background-color: rgb(194,211,37); }

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

border-color css

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

 span { border-color: rgb(194,211,37); }

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