Html Css Color HEX #C6D80F Rio Grande

📋 copy color: '#C6D80F'

red 198 ◦ green 216 ◦ blue 15

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

Shades of Rio Grande #C6D80F

Tints of Rio Grande #C6D80F

RGB

 RED value IS 198 (77.73% from 255) = 46.15%

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

 BLUE value IS 15 (6.25% from 255) = 3.5%

R = 46.15%
G = 50.35%
B = 3.5%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#C6D80F (or 0xC6D80F) is known color: Rio Grande. HEX triplet: C6, D8 and 0F. RGB value is (198,216,15). Sum of RGB (Red+Green+Blue) = 198+216+15=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 216 (84.77% from 255 or 50.35% from 429); Blue value is 15 (6.25% from 255 or 3.50% from 429); Max value from RGB is 216 - color contains mainly: green. Hex color #C6D80F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6D80F is #3927F0. Grayscale: #BCBCBC. Windows color (decimal): -3745777 or 1038534. OLE color: 1038534.

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

Color convert

RGB 198 216 15 -
CMYK 0.08 0 0.93 0.15
HSL 65.37º 0.87% 0.45% -
HSV(B) 65.37º 0.93% 0.85% -
XYZ 47.93 61.15 9.73 -
YUV 187.7 30.54 135.34 -
System Red Green Blue C M Y K H S L
Decimal 198 216 15 0.08 0 0.93 0.15 65.37 0.87 0.45
Hex C6 D8 F 8 0 5D F 41 57 2D
Octal 306 330 17 10 0 135 17 101 127 55
Binary 11000110 11011000 1111 1000 0 1011101 1111 1000001 1010111 101101

Color Harmonies of #C6D80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D80F

Black with #C6D80F

Text Example


Text Example

White with #C6D80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D80F; }

 p { color: rgb(198,216,15); }

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

background-color css

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

 a { background-color: rgb(198,216,15); }

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

border-color css

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

 span { border-color: rgb(198,216,15); }

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