Html Css Color HEX #C5D718 Rio Grande

📋 copy color: '#C5D718'

red 197 ◦ green 215 ◦ blue 24

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

Shades of Rio Grande #C5D718

Tints of Rio Grande #C5D718

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.31%

 BLUE value IS 24 (9.77% from 255) = 5.5%

R = 45.18%
G = 49.31%
B = 5.5%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#C5D718 (or 0xC5D718) is known color: Rio Grande. HEX triplet: C5, D7 and 18. RGB value is (197,215,24). Sum of RGB (Red+Green+Blue) = 197+215+24=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 215 (84.38% from 255 or 49.31% from 436); Blue value is 24 (9.77% from 255 or 5.50% from 436); Max value from RGB is 215 - color contains mainly: green. Hex color #C5D718 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D718 is #3A28E7. Grayscale: #BCBCBC. Windows color (decimal): -3811560 or 1628101. OLE color: 1628101.

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

Color convert

RGB 197 215 24 -
CMYK 0.08 0 0.89 0.16
HSL 65.65º 0.8% 0.47% -
HSV(B) 65.65º 0.89% 0.84% -
XYZ 47.49 60.54 10.05 -
YUV 187.84 35.54 134.53 -
System Red Green Blue C M Y K H S L
Decimal 197 215 24 0.08 0 0.89 0.16 65.65 0.8 0.47
Hex C5 D7 18 8 0 59 10 42 50 2F
Octal 305 327 30 10 0 131 20 102 120 57
Binary 11000101 11010111 11000 1000 0 1011001 10000 1000010 1010000 101111

Color Harmonies of #C5D718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D718

Black with #C5D718

Text Example


Text Example

White with #C5D718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D718; }

 p { color: rgb(197,215,24); }

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

background-color css

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

 a { background-color: rgb(197,215,24); }

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

border-color css

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

 span { border-color: rgb(197,215,24); }

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