Html Css Color HEX #C5D90F Rio Grande

📋 copy color: '#C5D90F'

red 197 ◦ green 217 ◦ blue 15

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

Shades of Rio Grande #C5D90F

Tints of Rio Grande #C5D90F

RGB

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

 GREEN value IS 217 (85.16% from 255) = 50.58%

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

R = 45.92%
G = 50.58%
B = 3.5%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#C5D90F (or 0xC5D90F) is known color: Rio Grande. HEX triplet: C5, D9 and 0F. RGB value is (197,217,15). Sum of RGB (Red+Green+Blue) = 197+217+15=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 217 (85.16% from 255 or 50.58% from 429); Blue value is 15 (6.25% from 255 or 3.50% from 429); Max value from RGB is 217 - color contains mainly: green. Hex color #C5D90F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D90F is #3A26F0. Grayscale: #BCBCBC. Windows color (decimal): -3811057 or 1038789. OLE color: 1038789.

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

Color convert

RGB 197 217 15 -
CMYK 0.09 0 0.93 0.15
HSL 65.94º 0.87% 0.45% -
HSV(B) 65.94º 0.93% 0.85% -
XYZ 47.93 61.53 9.8 -
YUV 187.99 30.37 134.43 -
System Red Green Blue C M Y K H S L
Decimal 197 217 15 0.09 0 0.93 0.15 65.94 0.87 0.45
Hex C5 D9 F 9 0 5D F 42 57 2D
Octal 305 331 17 11 0 135 17 102 127 55
Binary 11000101 11011001 1111 1001 0 1011101 1111 1000010 1010111 101101

Color Harmonies of #C5D90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D90F

Black with #C5D90F

Text Example


Text Example

White with #C5D90F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D90F; }

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

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

background-color css

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

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

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

border-color css

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

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

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