Html Css Color HEX #C2D528 Fuego

📋 copy color: '#C2D528'

red 194 ◦ green 213 ◦ blue 40

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

Shades of Fuego #C2D528

Tints of Fuego #C2D528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.95%

R = 43.4%
G = 47.65%
B = 8.95%

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

#C2D528 (or 0xC2D528) is known color: Fuego. HEX triplet: C2, D5 and 28. RGB value is (194,213,40). Sum of RGB (Red+Green+Blue) = 194+213+40=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 213 (83.59% from 255 or 47.65% from 447); Blue value is 40 (16.02% from 255 or 8.95% from 447); Max value from RGB is 213 - color contains mainly: green. Hex color #C2D528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D528 is #3D2AD7. Grayscale: #BCBCBC. Windows color (decimal): -4008664 or 2676162. OLE color: 2676162.

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

Color convert

RGB 194 213 40 -
CMYK 0.09 0 0.81 0.16
HSL 66.59º 0.68% 0.5% -
HSV(B) 66.59º 0.81% 0.84% -
XYZ 46.43 59.21 10.99 -
YUV 187.6 44.71 132.57 -
System Red Green Blue C M Y K H S L
Decimal 194 213 40 0.09 0 0.81 0.16 66.59 0.68 0.5
Hex C2 D5 28 9 0 51 10 43 44 32
Octal 302 325 50 11 0 121 20 103 104 62
Binary 11000010 11010101 101000 1001 0 1010001 10000 1000011 1000100 110010

Color Harmonies of #C2D528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D528

Black with #C2D528

Text Example


Text Example

White with #C2D528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D528; }

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

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

background-color css

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

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

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

border-color css

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

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

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