Html Css Color HEX #C5D011 Rio Grande

📋 copy color: '#C5D011'

red 197 ◦ green 208 ◦ blue 17

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

Shades of Rio Grande #C5D011

Tints of Rio Grande #C5D011

RGB

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

 GREEN value IS 208 (81.64% from 255) = 49.29%

 BLUE value IS 17 (7.03% from 255) = 4.03%

R = 46.68%
G = 49.29%
B = 4.03%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#C5D011 (or 0xC5D011) is known color: Rio Grande. HEX triplet: C5, D0 and 11. RGB value is (197,208,17). Sum of RGB (Red+Green+Blue) = 197+208+17=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 208 (81.64% from 255 or 49.29% from 422); Blue value is 17 (7.03% from 255 or 4.03% from 422); Max value from RGB is 208 - color contains mainly: green. Hex color #C5D011 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D011 is #3A2FEE. Grayscale: #B7B7B7. Windows color (decimal): -3813359 or 1167557. OLE color: 1167557.

HSL color Cylindrical-coordinate representation of color #C5D011: hue angle of 63.46º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5D011 is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 208 17 -
CMYK 0.05 0 0.92 0.18
HSL 63.46º 0.85% 0.44% -
HSV(B) 63.46º 0.92% 0.82% -
XYZ 45.68 57.02 9.13 -
YUV 182.94 34.36 138.03 -
System Red Green Blue C M Y K H S L
Decimal 197 208 17 0.05 0 0.92 0.18 63.46 0.85 0.44
Hex C5 D0 11 5 0 5C 12 3F 55 2C
Octal 305 320 21 5 0 134 22 77 125 54
Binary 11000101 11010000 10001 101 0 1011100 10010 111111 1010101 101100

Color Harmonies of #C5D011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D011

Black with #C5D011

Text Example


Text Example

White with #C5D011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D011; }

 p { color: rgb(197,208,17); }

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

background-color css

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

 a { background-color: rgb(197,208,17); }

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

border-color css

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

 span { border-color: rgb(197,208,17); }

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