Html Css Color HEX #C5D60E Rio Grande

📋 copy color: '#C5D60E'

red 197 ◦ green 214 ◦ blue 14

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

Shades of Rio Grande #C5D60E

Tints of Rio Grande #C5D60E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.29%

R = 46.35%
G = 50.35%
B = 3.29%

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

#C5D60E (or 0xC5D60E) is known color: Rio Grande. HEX triplet: C5, D6 and 0E. RGB value is (197,214,14). Sum of RGB (Red+Green+Blue) = 197+214+14=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 214 (83.98% from 255 or 50.35% from 425); Blue value is 14 (5.86% from 255 or 3.29% from 425); Max value from RGB is 214 - color contains mainly: green. Hex color #C5D60E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D60E is #3A29F1. Grayscale: #BABABA. Windows color (decimal): -3811826 or 972485. OLE color: 972485.

HSL color Cylindrical-coordinate representation of color #C5D60E: hue angle of 65.1º degrees, saturation: 0.88, 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 #C5D60E is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 214 14 -
CMYK 0.08 0 0.93 0.16
HSL 65.1º 0.88% 0.45% -
HSV(B) 65.1º 0.93% 0.84% -
XYZ 47.15 60 9.51 -
YUV 186.12 30.87 135.76 -
System Red Green Blue C M Y K H S L
Decimal 197 214 14 0.08 0 0.93 0.16 65.1 0.88 0.45
Hex C5 D6 E 8 0 5D 10 41 58 2D
Octal 305 326 16 10 0 135 20 101 130 55
Binary 11000101 11010110 1110 1000 0 1011101 10000 1000001 1011000 101101

Color Harmonies of #C5D60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D60E

Black with #C5D60E

Text Example


Text Example

White with #C5D60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D60E; }

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

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

background-color css

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

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

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

border-color css

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

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

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