Html Css Color HEX #C5D51B Fuego

📋 copy color: '#C5D51B'

red 197 ◦ green 213 ◦ blue 27

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

Shades of Fuego #C5D51B

Tints of Fuego #C5D51B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.74%

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

R = 45.08%
G = 48.74%
B = 6.18%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#C5D51B (or 0xC5D51B) is known color: Fuego. HEX triplet: C5, D5 and 1B. RGB value is (197,213,27). Sum of RGB (Red+Green+Blue) = 197+213+27=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 213 (83.59% from 255 or 48.74% from 437); Blue value is 27 (10.94% from 255 or 6.18% from 437); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D51B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D51B is #3A2AE4. Grayscale: #BBBBBB. Windows color (decimal): -3812069 or 1824197. OLE color: 1824197.

HSL color Cylindrical-coordinate representation of color #C5D51B: hue angle of 65.16º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C5D51B is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 213 27 -
CMYK 0.08 0 0.87 0.16
HSL 65.16º 0.78% 0.47% -
HSV(B) 65.16º 0.87% 0.84% -
XYZ 47.02 59.54 10.05 -
YUV 187.01 37.7 135.12 -
System Red Green Blue C M Y K H S L
Decimal 197 213 27 0.08 0 0.87 0.16 65.16 0.78 0.47
Hex C5 D5 1B 8 0 57 10 41 4E 2F
Octal 305 325 33 10 0 127 20 101 116 57
Binary 11000101 11010101 11011 1000 0 1010111 10000 1000001 1001110 101111

Color Harmonies of #C5D51B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D51B

Black with #C5D51B

Text Example


Text Example

White with #C5D51B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D51B; }

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

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

background-color css

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

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

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

border-color css

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

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

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