Html Css Color HEX #C5D60F Rio Grande

📋 copy color: '#C5D60F'

red 197 ◦ green 214 ◦ blue 15

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

Shades of Rio Grande #C5D60F

Tints of Rio Grande #C5D60F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 50.23%

 BLUE value IS 15 (6.25% from 255) = 3.52%

R = 46.24%
G = 50.23%
B = 3.52%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#C5D60F (or 0xC5D60F) is known color: Rio Grande. HEX triplet: C5, D6 and 0F. RGB value is (197,214,15). Sum of RGB (Red+Green+Blue) = 197+214+15=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 214 (83.98% from 255 or 50.23% from 426); Blue value is 15 (6.25% from 255 or 3.52% from 426); Max value from RGB is 214 - color contains mainly: green. Hex color #C5D60F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D60F is #3A29F0. Grayscale: #BBBBBB. Windows color (decimal): -3811825 or 1038021. OLE color: 1038021.

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

Color convert

RGB 197 214 15 -
CMYK 0.08 0 0.93 0.16
HSL 65.13º 0.87% 0.45% -
HSV(B) 65.13º 0.93% 0.84% -
XYZ 47.16 60 9.55 -
YUV 186.23 31.37 135.68 -
System Red Green Blue C M Y K H S L
Decimal 197 214 15 0.08 0 0.93 0.16 65.13 0.87 0.45
Hex C5 D6 F 8 0 5D 10 41 57 2D
Octal 305 326 17 10 0 135 20 101 127 55
Binary 11000101 11010110 1111 1000 0 1011101 10000 1000001 1010111 101101

Color Harmonies of #C5D60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D60F

Black with #C5D60F

Text Example


Text Example

White with #C5D60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D60F; }

 p { color: rgb(197,214,15); }

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

background-color css

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

 a { background-color: rgb(197,214,15); }

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

border-color css

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

 span { border-color: rgb(197,214,15); }

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