Html Css Color HEX #C5CD1D Rio Grande

📋 copy color: '#C5CD1D'

red 197 ◦ green 205 ◦ blue 29

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

Shades of Rio Grande #C5CD1D

Tints of Rio Grande #C5CD1D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 47.56%

 BLUE value IS 29 (11.72% from 255) = 6.73%

R = 45.71%
G = 47.56%
B = 6.73%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#C5CD1D (or 0xC5CD1D) is known color: Rio Grande. HEX triplet: C5, CD and 1D. RGB value is (197,205,29). Sum of RGB (Red+Green+Blue) = 197+205+29=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 205 (80.47% from 255 or 47.56% from 431); Blue value is 29 (11.72% from 255 or 6.73% from 431); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CD1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CD1D is #3A32E2. Grayscale: #B7B7B7. Windows color (decimal): -3814115 or 1953221. OLE color: 1953221.

HSL color Cylindrical-coordinate representation of color #C5CD1D: hue angle of 62.73º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C5CD1D is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 205 29 -
CMYK 0.04 0 0.86 0.20
HSL 62.73º 0.75% 0.46% -
HSV(B) 62.73º 0.86% 0.8% -
XYZ 45.08 55.62 9.52 -
YUV 182.54 41.35 138.31 -
System Red Green Blue C M Y K H S L
Decimal 197 205 29 0.04 0 0.86 0.20 62.73 0.75 0.46
Hex C5 CD 1D 4 0 56 14 3F 4B 2E
Octal 305 315 35 4 0 126 24 77 113 56
Binary 11000101 11001101 11101 100 0 1010110 10100 111111 1001011 101110

Color Harmonies of #C5CD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CD1D

Black with #C5CD1D

Text Example


Text Example

White with #C5CD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CD1D; }

 p { color: rgb(197,205,29); }

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

background-color css

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

 a { background-color: rgb(197,205,29); }

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

border-color css

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

 span { border-color: rgb(197,205,29); }

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