Html Css Color HEX #C2D52F Fuego

📋 copy color: '#C2D52F'

red 194 ◦ green 213 ◦ blue 47

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

Shades of Fuego #C2D52F

Tints of Fuego #C2D52F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.35%

R = 42.73%
G = 46.92%
B = 10.35%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#C2D52F (or 0xC2D52F) is known color: Fuego. HEX triplet: C2, D5 and 2F. RGB value is (194,213,47). Sum of RGB (Red+Green+Blue) = 194+213+47=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 213 (83.59% from 255 or 46.92% from 454); Blue value is 47 (18.75% from 255 or 10.35% from 454); Max value from RGB is 213 - color contains mainly: green. Hex color #C2D52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D52F is #3D2AD0. Grayscale: #BDBDBD. Windows color (decimal): -4008657 or 3134914. OLE color: 3134914.

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

Color convert

RGB 194 213 47 -
CMYK 0.09 0 0.78 0.16
HSL 66.87º 0.66% 0.51% -
HSV(B) 66.87º 0.78% 0.84% -
XYZ 46.56 59.26 11.67 -
YUV 188.4 48.21 132 -
System Red Green Blue C M Y K H S L
Decimal 194 213 47 0.09 0 0.78 0.16 66.87 0.66 0.51
Hex C2 D5 2F 9 0 4E 10 43 42 33
Octal 302 325 57 11 0 116 20 103 102 63
Binary 11000010 11010101 101111 1001 0 1001110 10000 1000011 1000010 110011

Color Harmonies of #C2D52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D52F

Black with #C2D52F

Text Example


Text Example

White with #C2D52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D52F; }

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

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

background-color css

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

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

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

border-color css

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

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

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