Html Css Color HEX #C9DF1F Fuego

📋 copy color: '#C9DF1F'

red 201 ◦ green 223 ◦ blue 31

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

Shades of Fuego #C9DF1F

Tints of Fuego #C9DF1F

RGB

 RED value IS 201 (78.91% from 255) = 44.18%

 GREEN value IS 223 (87.5% from 255) = 49.01%

 BLUE value IS 31 (12.5% from 255) = 6.81%

R = 44.18%
G = 49.01%
B = 6.81%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#C9DF1F (or 0xC9DF1F) is known color: Fuego. HEX triplet: C9, DF and 1F. RGB value is (201,223,31). Sum of RGB (Red+Green+Blue) = 201+223+31=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 223 (87.5% from 255 or 49.01% from 455); Blue value is 31 (12.5% from 255 or 6.81% from 455); Max value from RGB is 223 - color contains mainly: green. Hex color #C9DF1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9DF1F is #3620E0. Grayscale: #C3C3C3. Windows color (decimal): -3547361 or 2088905. OLE color: 2088905.

HSL color Cylindrical-coordinate representation of color #C9DF1F: hue angle of 66.87º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C9DF1F is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 223 31 -
CMYK 0.10 0 0.86 0.13
HSL 66.87º 0.76% 0.5% -
HSV(B) 66.87º 0.86% 0.87% -
XYZ 50.72 65.29 11.23 -
YUV 194.53 35.71 132.61 -
System Red Green Blue C M Y K H S L
Decimal 201 223 31 0.10 0 0.86 0.13 66.87 0.76 0.5
Hex C9 DF 1F A 0 56 D 43 4C 32
Octal 311 337 37 12 0 126 15 103 114 62
Binary 11001001 11011111 11111 1010 0 1010110 1101 1000011 1001100 110010

Color Harmonies of #C9DF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DF1F

Black with #C9DF1F

Text Example


Text Example

White with #C9DF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DF1F; }

 p { color: rgb(201,223,31); }

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

background-color css

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

 a { background-color: rgb(201,223,31); }

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

border-color css

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

 span { border-color: rgb(201,223,31); }

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