Html Css Color HEX #C5DF1B Fuego

📋 copy color: '#C5DF1B'

red 197 ◦ green 223 ◦ blue 27

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

Shades of Fuego #C5DF1B

Tints of Fuego #C5DF1B

RGB

 RED value IS 197 (77.34% from 255) = 44.07%

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

 BLUE value IS 27 (10.94% from 255) = 6.04%

R = 44.07%
G = 49.89%
B = 6.04%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#C5DF1B (or 0xC5DF1B) is known color: Fuego. HEX triplet: C5, DF and 1B. RGB value is (197,223,27). Sum of RGB (Red+Green+Blue) = 197+223+27=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 223 (87.5% from 255 or 49.89% from 447); Blue value is 27 (10.94% from 255 or 6.04% from 447); Max value from RGB is 223 - color contains mainly: green. Hex color #C5DF1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DF1B is #3A20E4. Grayscale: #C1C1C1. Windows color (decimal): -3809509 or 1826757. OLE color: 1826757.

HSL color Cylindrical-coordinate representation of color #C5DF1B: hue angle of 67.96º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C5DF1B is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 223 27 -
CMYK 0.12 0 0.88 0.13
HSL 67.96º 0.78% 0.49% -
HSV(B) 67.96º 0.88% 0.87% -
XYZ 49.61 64.72 10.92 -
YUV 192.88 34.39 130.94 -
System Red Green Blue C M Y K H S L
Decimal 197 223 27 0.12 0 0.88 0.13 67.96 0.78 0.49
Hex C5 DF 1B C 0 58 D 44 4E 31
Octal 305 337 33 14 0 130 15 104 116 61
Binary 11000101 11011111 11011 1100 0 1011000 1101 1000100 1001110 110001

Color Harmonies of #C5DF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DF1B

Black with #C5DF1B

Text Example


Text Example

White with #C5DF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DF1B; }

 p { color: rgb(197,223,27); }

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

background-color css

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

 a { background-color: rgb(197,223,27); }

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

border-color css

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

 span { border-color: rgb(197,223,27); }

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