Html Css Color HEX #C7D80F Rio Grande

📋 copy color: '#C7D80F'

red 199 ◦ green 216 ◦ blue 15

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

Shades of Rio Grande #C7D80F

Tints of Rio Grande #C7D80F

RGB

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

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

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

R = 46.28%
G = 50.23%
B = 3.49%

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

#C7D80F (or 0xC7D80F) is known color: Rio Grande. HEX triplet: C7, D8 and 0F. RGB value is (199,216,15). Sum of RGB (Red+Green+Blue) = 199+216+15=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 216 (84.77% from 255 or 50.23% from 430); Blue value is 15 (6.25% from 255 or 3.49% from 430); Max value from RGB is 216 - color contains mainly: green. Hex color #C7D80F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7D80F is #3827F0. Grayscale: #BCBCBC. Windows color (decimal): -3680241 or 1038535. OLE color: 1038535.

HSL color Cylindrical-coordinate representation of color #C7D80F: hue angle of 65.07º 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 #C7D80F is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 216 15 -
CMYK 0.08 0 0.93 0.15
HSL 65.07º 0.87% 0.45% -
HSV(B) 65.07º 0.93% 0.85% -
XYZ 48.2 61.29 9.74 -
YUV 188 30.37 135.84 -
System Red Green Blue C M Y K H S L
Decimal 199 216 15 0.08 0 0.93 0.15 65.07 0.87 0.45
Hex C7 D8 F 8 0 5D F 41 57 2D
Octal 307 330 17 10 0 135 17 101 127 55
Binary 11000111 11011000 1111 1000 0 1011101 1111 1000001 1010111 101101

Color Harmonies of #C7D80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7D80F

Black with #C7D80F

Text Example


Text Example

White with #C7D80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7D80F; }

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

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

background-color css

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

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

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

border-color css

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

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

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