Html Css Color HEX #C5D01E Rio Grande

📋 copy color: '#C5D01E'

red 197 ◦ green 208 ◦ blue 30

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

Shades of Rio Grande #C5D01E

Tints of Rio Grande #C5D01E

RGB

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

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

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

R = 45.29%
G = 47.82%
B = 6.9%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#C5D01E (or 0xC5D01E) is known color: Rio Grande. HEX triplet: C5, D0 and 1E. RGB value is (197,208,30). Sum of RGB (Red+Green+Blue) = 197+208+30=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 208 (81.64% from 255 or 47.82% from 435); Blue value is 30 (12.11% from 255 or 6.90% from 435); Max value from RGB is 208 - color contains mainly: green. Hex color #C5D01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D01E is #3A2FE1. Grayscale: #B9B9B9. Windows color (decimal): -3813346 or 2019525. OLE color: 2019525.

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

Color convert

RGB 197 208 30 -
CMYK 0.05 0 0.86 0.18
HSL 63.71º 0.75% 0.47% -
HSV(B) 63.71º 0.86% 0.82% -
XYZ 45.82 57.08 9.83 -
YUV 184.42 40.86 136.97 -
System Red Green Blue C M Y K H S L
Decimal 197 208 30 0.05 0 0.86 0.18 63.71 0.75 0.47
Hex C5 D0 1E 5 0 56 12 40 4B 2F
Octal 305 320 36 5 0 126 22 100 113 57
Binary 11000101 11010000 11110 101 0 1010110 10010 1000000 1001011 101111

Color Harmonies of #C5D01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D01E

Black with #C5D01E

Text Example


Text Example

White with #C5D01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D01E; }

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

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

background-color css

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

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

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

border-color css

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

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

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