Html Css Color HEX #C5CF1F Rio Grande

📋 copy color: '#C5CF1F'

red 197 ◦ green 207 ◦ blue 31

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

Shades of Rio Grande #C5CF1F

Tints of Rio Grande #C5CF1F

RGB

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

 GREEN value IS 207 (81.25% from 255) = 47.59%

 BLUE value IS 31 (12.5% from 255) = 7.13%

R = 45.29%
G = 47.59%
B = 7.13%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#C5CF1F (or 0xC5CF1F) is known color: Rio Grande. HEX triplet: C5, CF and 1F. RGB value is (197,207,31). Sum of RGB (Red+Green+Blue) = 197+207+31=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 207 (81.25% from 255 or 47.59% from 435); Blue value is 31 (12.5% from 255 or 7.13% from 435); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CF1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CF1F is #3A30E0. Grayscale: #B8B8B8. Windows color (decimal): -3813601 or 2084805. OLE color: 2084805.

HSL color Cylindrical-coordinate representation of color #C5CF1F: hue angle of 63.41º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C5CF1F is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 207 31 -
CMYK 0.05 0 0.85 0.19
HSL 63.41º 0.74% 0.47% -
HSV(B) 63.41º 0.85% 0.81% -
XYZ 45.59 56.59 9.82 -
YUV 183.95 41.69 137.31 -
System Red Green Blue C M Y K H S L
Decimal 197 207 31 0.05 0 0.85 0.19 63.41 0.74 0.47
Hex C5 CF 1F 5 0 55 13 3F 4A 2F
Octal 305 317 37 5 0 125 23 77 112 57
Binary 11000101 11001111 11111 101 0 1010101 10011 111111 1001010 101111

Color Harmonies of #C5CF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CF1F

Black with #C5CF1F

Text Example


Text Example

White with #C5CF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CF1F; }

 p { color: rgb(197,207,31); }

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

background-color css

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

 a { background-color: rgb(197,207,31); }

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

border-color css

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

 span { border-color: rgb(197,207,31); }

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