Html Css Color HEX #C5D50E Rio Grande

📋 copy color: '#C5D50E'

red 197 ◦ green 213 ◦ blue 14

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

Shades of Rio Grande #C5D50E

Tints of Rio Grande #C5D50E

RGB

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

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

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

R = 46.46%
G = 50.24%
B = 3.3%

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

#C5D50E (or 0xC5D50E) is known color: Rio Grande. HEX triplet: C5, D5 and 0E. RGB value is (197,213,14). Sum of RGB (Red+Green+Blue) = 197+213+14=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 213 (83.59% from 255 or 50.24% from 424); Blue value is 14 (5.86% from 255 or 3.30% from 424); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D50E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D50E is #3A2AF1. Grayscale: #BABABA. Windows color (decimal): -3812082 or 972229. OLE color: 972229.

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

Color convert

RGB 197 213 14 -
CMYK 0.08 0 0.93 0.16
HSL 64.82º 0.88% 0.45% -
HSV(B) 64.82º 0.93% 0.84% -
XYZ 46.9 59.49 9.43 -
YUV 185.53 31.2 136.18 -
System Red Green Blue C M Y K H S L
Decimal 197 213 14 0.08 0 0.93 0.16 64.82 0.88 0.45
Hex C5 D5 E 8 0 5D 10 41 58 2D
Octal 305 325 16 10 0 135 20 101 130 55
Binary 11000101 11010101 1110 1000 0 1011101 10000 1000001 1011000 101101

Color Harmonies of #C5D50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D50E

Black with #C5D50E

Text Example


Text Example

White with #C5D50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D50E; }

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

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

background-color css

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

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

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

border-color css

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

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

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