Html Css Color HEX #C0D61E Fuego

📋 copy color: '#C0D61E'

red 192 ◦ green 214 ◦ blue 30

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

Shades of Fuego #C0D61E

Tints of Fuego #C0D61E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.08%

 BLUE value IS 30 (12.11% from 255) = 6.88%

R = 44.04%
G = 49.08%
B = 6.88%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#C0D61E (or 0xC0D61E) is known color: Fuego. HEX triplet: C0, D6 and 1E. RGB value is (192,214,30). Sum of RGB (Red+Green+Blue) = 192+214+30=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 214 (83.98% from 255 or 49.08% from 436); Blue value is 30 (12.11% from 255 or 6.88% from 436); Max value from RGB is 214 - color contains mainly: green. Hex color #C0D61E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D61E is #3F29E1. Grayscale: #BBBBBB. Windows color (decimal): -4139490 or 2021056. OLE color: 2021056.

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

Color convert

RGB 192 214 30 -
CMYK 0.10 0 0.86 0.16
HSL 67.17º 0.75% 0.48% -
HSV(B) 67.17º 0.86% 0.84% -
XYZ 46.02 59.39 10.27 -
YUV 186.45 39.71 131.96 -
System Red Green Blue C M Y K H S L
Decimal 192 214 30 0.10 0 0.86 0.16 67.17 0.75 0.48
Hex C0 D6 1E A 0 56 10 43 4B 30
Octal 300 326 36 12 0 126 20 103 113 60
Binary 11000000 11010110 11110 1010 0 1010110 10000 1000011 1001011 110000

Color Harmonies of #C0D61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D61E

Black with #C0D61E

Text Example


Text Example

White with #C0D61E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D61E; }

 p { color: rgb(192,214,30); }

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

background-color css

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

 a { background-color: rgb(192,214,30); }

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

border-color css

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

 span { border-color: rgb(192,214,30); }

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