Html Css Color HEX #C5E01B Fuego

📋 copy color: '#C5E01B'

red 197 ◦ green 224 ◦ blue 27

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

Shades of Fuego #C5E01B

Tints of Fuego #C5E01B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 50%

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

R = 43.97%
G = 50%
B = 6.03%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#C5E01B (or 0xC5E01B) is known color: Fuego. HEX triplet: C5, E0 and 1B. RGB value is (197,224,27). Sum of RGB (Red+Green+Blue) = 197+224+27=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 224 (87.89% from 255 or 50% from 448); Blue value is 27 (10.94% from 255 or 6.03% from 448); Max value from RGB is 224 - color contains mainly: green. Hex color #C5E01B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5E01B is #3A1FE4. Grayscale: #C2C2C2. Windows color (decimal): -3809253 or 1827013. OLE color: 1827013.

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

Color convert

RGB 197 224 27 -
CMYK 0.12 0 0.88 0.12
HSL 68.22º 0.78% 0.49% -
HSV(B) 68.22º 0.88% 0.88% -
XYZ 49.88 65.26 11 -
YUV 193.47 34.05 130.52 -
System Red Green Blue C M Y K H S L
Decimal 197 224 27 0.12 0 0.88 0.12 68.22 0.78 0.49
Hex C5 E0 1B C 0 58 C 44 4E 31
Octal 305 340 33 14 0 130 14 104 116 61
Binary 11000101 11100000 11011 1100 0 1011000 1100 1000100 1001110 110001

Color Harmonies of #C5E01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E01B

Black with #C5E01B

Text Example


Text Example

White with #C5E01B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E01B; }

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

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

background-color css

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

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

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

border-color css

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

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

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