Html Css Color HEX #C0D72F Fuego

📋 copy color: '#C0D72F'

red 192 ◦ green 215 ◦ blue 47

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

Shades of Fuego #C0D72F

Tints of Fuego #C0D72F

RGB

 RED value IS 192 (75.39% from 255) = 42.29%

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

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

R = 42.29%
G = 47.36%
B = 10.35%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#C0D72F (or 0xC0D72F) is known color: Fuego. HEX triplet: C0, D7 and 2F. RGB value is (192,215,47). Sum of RGB (Red+Green+Blue) = 192+215+47=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 215 (84.38% from 255 or 47.36% from 454); Blue value is 47 (18.75% from 255 or 10.35% from 454); Max value from RGB is 215 - color contains mainly: green. Hex color #C0D72F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D72F is #3F28D0. Grayscale: #BDBDBD. Windows color (decimal): -4139217 or 3135424. OLE color: 3135424.

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

Color convert

RGB 192 215 47 -
CMYK 0.11 0 0.78 0.16
HSL 68.21º 0.68% 0.51% -
HSV(B) 68.21º 0.78% 0.84% -
XYZ 46.55 60.01 11.82 -
YUV 188.97 47.88 130.16 -
System Red Green Blue C M Y K H S L
Decimal 192 215 47 0.11 0 0.78 0.16 68.21 0.68 0.51
Hex C0 D7 2F B 0 4E 10 44 44 33
Octal 300 327 57 13 0 116 20 104 104 63
Binary 11000000 11010111 101111 1011 0 1001110 10000 1000100 1000100 110011

Color Harmonies of #C0D72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D72F

Black with #C0D72F

Text Example


Text Example

White with #C0D72F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D72F; }

 p { color: rgb(192,215,47); }

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

background-color css

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

 a { background-color: rgb(192,215,47); }

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

border-color css

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

 span { border-color: rgb(192,215,47); }

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