Html Css Color HEX #C4DB1E Fuego

📋 copy color: '#C4DB1E'

red 196 ◦ green 219 ◦ blue 30

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

Shades of Fuego #C4DB1E

Tints of Fuego #C4DB1E

RGB

 RED value IS 196 (76.95% from 255) = 44.04%

 GREEN value IS 219 (85.94% from 255) = 49.21%

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

R = 44.04%
G = 49.21%
B = 6.74%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#C4DB1E (or 0xC4DB1E) is known color: Fuego. HEX triplet: C4, DB and 1E. RGB value is (196,219,30). Sum of RGB (Red+Green+Blue) = 196+219+30=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 219 (85.94% from 255 or 49.21% from 445); Blue value is 30 (12.11% from 255 or 6.74% from 445); Max value from RGB is 219 - color contains mainly: green. Hex color #C4DB1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4DB1E is #3B24E1. Grayscale: #BFBFBF. Windows color (decimal): -3876066 or 2022340. OLE color: 2022340.

HSL color Cylindrical-coordinate representation of color #C4DB1E: hue angle of 67.3º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C4DB1E is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 219 30 -
CMYK 0.11 0 0.86 0.14
HSL 67.3º 0.76% 0.49% -
HSV(B) 67.3º 0.86% 0.86% -
XYZ 48.33 62.49 10.74 -
YUV 190.58 37.38 131.87 -
System Red Green Blue C M Y K H S L
Decimal 196 219 30 0.11 0 0.86 0.14 67.3 0.76 0.49
Hex C4 DB 1E B 0 56 E 43 4C 31
Octal 304 333 36 13 0 126 16 103 114 61
Binary 11000100 11011011 11110 1011 0 1010110 1110 1000011 1001100 110001

Color Harmonies of #C4DB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DB1E

Black with #C4DB1E

Text Example


Text Example

White with #C4DB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DB1E; }

 p { color: rgb(196,219,30); }

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

background-color css

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

 a { background-color: rgb(196,219,30); }

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

border-color css

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

 span { border-color: rgb(196,219,30); }

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