Html Css Color HEX #C2D52E Fuego

📋 copy color: '#C2D52E'

red 194 ◦ green 213 ◦ blue 46

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

Shades of Fuego #C2D52E

Tints of Fuego #C2D52E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.15%

R = 42.83%
G = 47.02%
B = 10.15%

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

#C2D52E (or 0xC2D52E) is known color: Fuego. HEX triplet: C2, D5 and 2E. RGB value is (194,213,46). Sum of RGB (Red+Green+Blue) = 194+213+46=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 213 (83.59% from 255 or 47.02% from 453); Blue value is 46 (18.36% from 255 or 10.15% from 453); Max value from RGB is 213 - color contains mainly: green. Hex color #C2D52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D52E is #3D2AD1. Grayscale: #BCBCBC. Windows color (decimal): -4008658 or 3069378. OLE color: 3069378.

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

Color convert

RGB 194 213 46 -
CMYK 0.09 0 0.78 0.16
HSL 66.83º 0.67% 0.51% -
HSV(B) 66.83º 0.78% 0.84% -
XYZ 46.54 59.26 11.57 -
YUV 188.28 47.71 132.08 -
System Red Green Blue C M Y K H S L
Decimal 194 213 46 0.09 0 0.78 0.16 66.83 0.67 0.51
Hex C2 D5 2E 9 0 4E 10 43 43 33
Octal 302 325 56 11 0 116 20 103 103 63
Binary 11000010 11010101 101110 1001 0 1001110 10000 1000011 1000011 110011

Color Harmonies of #C2D52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D52E

Black with #C2D52E

Text Example


Text Example

White with #C2D52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D52E; }

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

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

background-color css

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

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

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

border-color css

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

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

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