Html Css Color HEX #C5CD1E Rio Grande

📋 copy color: '#C5CD1E'

red 197 ◦ green 205 ◦ blue 30

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

Shades of Rio Grande #C5CD1E

Tints of Rio Grande #C5CD1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.94%

R = 45.6%
G = 47.45%
B = 6.94%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#C5CD1E (or 0xC5CD1E) is known color: Rio Grande. HEX triplet: C5, CD and 1E. RGB value is (197,205,30). Sum of RGB (Red+Green+Blue) = 197+205+30=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 205 (80.47% from 255 or 47.45% from 432); Blue value is 30 (12.11% from 255 or 6.94% from 432); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CD1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CD1E is #3A32E1. Grayscale: #B7B7B7. Windows color (decimal): -3814114 or 2018757. OLE color: 2018757.

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

Color convert

RGB 197 205 30 -
CMYK 0.04 0 0.85 0.20
HSL 62.74º 0.74% 0.46% -
HSV(B) 62.74º 0.85% 0.8% -
XYZ 45.09 55.63 9.59 -
YUV 182.66 41.85 138.23 -
System Red Green Blue C M Y K H S L
Decimal 197 205 30 0.04 0 0.85 0.20 62.74 0.74 0.46
Hex C5 CD 1E 4 0 55 14 3F 4A 2E
Octal 305 315 36 4 0 125 24 77 112 56
Binary 11000101 11001101 11110 100 0 1010101 10100 111111 1001010 101110

Color Harmonies of #C5CD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CD1E

Black with #C5CD1E

Text Example


Text Example

White with #C5CD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CD1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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