Html Css Color HEX #C7D80E Rio Grande

📋 copy color: '#C7D80E'

red 199 ◦ green 216 ◦ blue 14

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

Shades of Rio Grande #C7D80E

Tints of Rio Grande #C7D80E

RGB

 RED value IS 199 (78.13% from 255) = 46.39%

 GREEN value IS 216 (84.77% from 255) = 50.35%

 BLUE value IS 14 (5.86% from 255) = 3.26%

R = 46.39%
G = 50.35%
B = 3.26%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#C7D80E (or 0xC7D80E) is known color: Rio Grande. HEX triplet: C7, D8 and 0E. RGB value is (199,216,14). Sum of RGB (Red+Green+Blue) = 199+216+14=429 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.39% from 429); Green value is 216 (84.77% from 255 or 50.35% from 429); Blue value is 14 (5.86% from 255 or 3.26% from 429); Max value from RGB is 216 - color contains mainly: green. Hex color #C7D80E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7D80E is #3827F1. Grayscale: #BCBCBC. Windows color (decimal): -3680242 or 972999. OLE color: 972999.

HSL color Cylindrical-coordinate representation of color #C7D80E: hue angle of 65.05º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C7D80E is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 216 14 -
CMYK 0.08 0 0.94 0.15
HSL 65.05º 0.88% 0.45% -
HSV(B) 65.05º 0.94% 0.85% -
XYZ 48.19 61.29 9.7 -
YUV 187.89 29.87 135.93 -
System Red Green Blue C M Y K H S L
Decimal 199 216 14 0.08 0 0.94 0.15 65.05 0.88 0.45
Hex C7 D8 E 8 0 5E F 41 58 2D
Octal 307 330 16 10 0 136 17 101 130 55
Binary 11000111 11011000 1110 1000 0 1011110 1111 1000001 1011000 101101

Color Harmonies of #C7D80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D80E

Black with #C7D80E

Text Example


Text Example

White with #C7D80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D80E; }

 p { color: rgb(199,216,14); }

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

background-color css

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

 a { background-color: rgb(199,216,14); }

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

border-color css

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

 span { border-color: rgb(199,216,14); }

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