Html Css Color HEX #C0D831 Fuego

📋 copy color: '#C0D831'

red 192 ◦ green 216 ◦ blue 49

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

Shades of Fuego #C0D831

Tints of Fuego #C0D831

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.26%

 BLUE value IS 49 (19.53% from 255) = 10.72%

R = 42.01%
G = 47.26%
B = 10.72%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#C0D831 (or 0xC0D831) is known color: Fuego. HEX triplet: C0, D8 and 31. RGB value is (192,216,49). Sum of RGB (Red+Green+Blue) = 192+216+49=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 216 (84.77% from 255 or 47.26% from 457); Blue value is 49 (19.53% from 255 or 10.72% from 457); Max value from RGB is 216 - color contains mainly: green. Hex color #C0D831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D831 is #3F27CE. Grayscale: #BEBEBE. Windows color (decimal): -4138959 or 3266752. OLE color: 3266752.

HSL color Cylindrical-coordinate representation of color #C0D831: hue angle of 68.62º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C0D831 is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 216 49 -
CMYK 0.11 0 0.77 0.15
HSL 68.62º 0.68% 0.52% -
HSV(B) 68.62º 0.77% 0.85% -
XYZ 46.85 60.54 12.12 -
YUV 189.79 48.55 129.58 -
System Red Green Blue C M Y K H S L
Decimal 192 216 49 0.11 0 0.77 0.15 68.62 0.68 0.52
Hex C0 D8 31 B 0 4D F 45 44 34
Octal 300 330 61 13 0 115 17 105 104 64
Binary 11000000 11011000 110001 1011 0 1001101 1111 1000101 1000100 110100

Color Harmonies of #C0D831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D831

Black with #C0D831

Text Example


Text Example

White with #C0D831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D831; }

 p { color: rgb(192,216,49); }

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

background-color css

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

 a { background-color: rgb(192,216,49); }

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

border-color css

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

 span { border-color: rgb(192,216,49); }

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