Html Css Color HEX #C5D81B Fuego

📋 copy color: '#C5D81B'

red 197 ◦ green 216 ◦ blue 27

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

Shades of Fuego #C5D81B

Tints of Fuego #C5D81B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 49.09%

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

R = 44.77%
G = 49.09%
B = 6.14%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#C5D81B (or 0xC5D81B) is known color: Fuego. HEX triplet: C5, D8 and 1B. RGB value is (197,216,27). Sum of RGB (Red+Green+Blue) = 197+216+27=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 216 (84.77% from 255 or 49.09% from 440); Blue value is 27 (10.94% from 255 or 6.14% from 440); Max value from RGB is 216 - color contains mainly: green. Hex color #C5D81B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D81B is #3A27E4. Grayscale: #BDBDBD. Windows color (decimal): -3811301 or 1824965. OLE color: 1824965.

HSL color Cylindrical-coordinate representation of color #C5D81B: hue angle of 66.03º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C5D81B is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 216 27 -
CMYK 0.09 0 0.88 0.15
HSL 66.03º 0.78% 0.48% -
HSV(B) 66.03º 0.88% 0.85% -
XYZ 47.78 61.06 10.3 -
YUV 188.77 36.71 133.87 -
System Red Green Blue C M Y K H S L
Decimal 197 216 27 0.09 0 0.88 0.15 66.03 0.78 0.48
Hex C5 D8 1B 9 0 58 F 42 4E 30
Octal 305 330 33 11 0 130 17 102 116 60
Binary 11000101 11011000 11011 1001 0 1011000 1111 1000010 1001110 110000

Color Harmonies of #C5D81B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D81B

Black with #C5D81B

Text Example


Text Example

White with #C5D81B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D81B; }

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

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

background-color css

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

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

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

border-color css

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

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

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