Html Css Color HEX #C1D71E Fuego

📋 copy color: '#C1D71E'

red 193 ◦ green 215 ◦ blue 30

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

Shades of Fuego #C1D71E

Tints of Fuego #C1D71E

RGB

 RED value IS 193 (75.78% from 255) = 44.06%

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

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

R = 44.06%
G = 49.09%
B = 6.85%

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

#C1D71E (or 0xC1D71E) is known color: Fuego. HEX triplet: C1, D7 and 1E. RGB value is (193,215,30). Sum of RGB (Red+Green+Blue) = 193+215+30=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 215 (84.38% from 255 or 49.09% from 438); Blue value is 30 (12.11% from 255 or 6.85% from 438); Max value from RGB is 215 - color contains mainly: green. Hex color #C1D71E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1D71E is #3E28E1. Grayscale: #BCBCBC. Windows color (decimal): -4073698 or 2021313. OLE color: 2021313.

HSL color Cylindrical-coordinate representation of color #C1D71E: hue angle of 67.14º degrees, saturation: 0.76, 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 #C1D71E is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 215 30 -
CMYK 0.10 0 0.86 0.16
HSL 67.14º 0.76% 0.48% -
HSV(B) 67.14º 0.86% 0.84% -
XYZ 46.53 60.03 10.36 -
YUV 187.33 39.21 132.04 -
System Red Green Blue C M Y K H S L
Decimal 193 215 30 0.10 0 0.86 0.16 67.14 0.76 0.48
Hex C1 D7 1E A 0 56 10 43 4C 30
Octal 301 327 36 12 0 126 20 103 114 60
Binary 11000001 11010111 11110 1010 0 1010110 10000 1000011 1001100 110000

Color Harmonies of #C1D71E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D71E

Black with #C1D71E

Text Example


Text Example

White with #C1D71E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D71E; }

 p { color: rgb(193,215,30); }

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

background-color css

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

 a { background-color: rgb(193,215,30); }

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

border-color css

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

 span { border-color: rgb(193,215,30); }

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