Html Css Color HEX #C3D720 Fuego

📋 copy color: '#C3D720'

red 195 ◦ green 215 ◦ blue 32

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

Shades of Fuego #C3D720

Tints of Fuego #C3D720

RGB

 RED value IS 195 (76.56% from 255) = 44.12%

 GREEN value IS 215 (84.38% from 255) = 48.64%

 BLUE value IS 32 (12.89% from 255) = 7.24%

R = 44.12%
G = 48.64%
B = 7.24%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#C3D720 (or 0xC3D720) is known color: Fuego. HEX triplet: C3, D7 and 20. RGB value is (195,215,32). Sum of RGB (Red+Green+Blue) = 195+215+32=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 215 (84.38% from 255 or 48.64% from 442); Blue value is 32 (12.89% from 255 or 7.24% from 442); Max value from RGB is 215 - color contains mainly: green. Hex color #C3D720 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3D720 is #3C28DF. Grayscale: #BCBCBC. Windows color (decimal): -3942624 or 2152387. OLE color: 2152387.

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

Color convert

RGB 195 215 32 -
CMYK 0.09 0 0.85 0.16
HSL 66.56º 0.74% 0.48% -
HSV(B) 66.56º 0.85% 0.84% -
XYZ 47.07 60.31 10.53 -
YUV 188.16 39.87 132.88 -
System Red Green Blue C M Y K H S L
Decimal 195 215 32 0.09 0 0.85 0.16 66.56 0.74 0.48
Hex C3 D7 20 9 0 55 10 43 4A 30
Octal 303 327 40 11 0 125 20 103 112 60
Binary 11000011 11010111 100000 1001 0 1010101 10000 1000011 1001010 110000

Color Harmonies of #C3D720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3D720

Black with #C3D720

Text Example


Text Example

White with #C3D720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3D720; }

 p { color: rgb(195,215,32); }

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

background-color css

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

 a { background-color: rgb(195,215,32); }

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

border-color css

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

 span { border-color: rgb(195,215,32); }

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