Html Css Color HEX #C8D50F Rio Grande

📋 copy color: '#C8D50F'

red 200 ◦ green 213 ◦ blue 15

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

Shades of Rio Grande #C8D50F

Tints of Rio Grande #C8D50F

RGB

 RED value IS 200 (78.52% from 255) = 46.73%

 GREEN value IS 213 (83.59% from 255) = 49.77%

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

R = 46.73%
G = 49.77%
B = 3.5%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#C8D50F (or 0xC8D50F) is known color: Rio Grande. HEX triplet: C8, D5 and 0F. RGB value is (200,213,15). Sum of RGB (Red+Green+Blue) = 200+213+15=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 213 (83.59% from 255 or 49.77% from 428); Blue value is 15 (6.25% from 255 or 3.50% from 428); Max value from RGB is 213 - color contains mainly: green. Hex color #C8D50F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8D50F is #372AF0. Grayscale: #BBBBBB. Windows color (decimal): -3615473 or 1037768. OLE color: 1037768.

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

Color convert

RGB 200 213 15 -
CMYK 0.06 0 0.93 0.16
HSL 63.94º 0.87% 0.45% -
HSV(B) 63.94º 0.93% 0.84% -
XYZ 47.7 59.9 9.5 -
YUV 186.54 31.19 137.6 -
System Red Green Blue C M Y K H S L
Decimal 200 213 15 0.06 0 0.93 0.16 63.94 0.87 0.45
Hex C8 D5 F 6 0 5D 10 40 57 2D
Octal 310 325 17 6 0 135 20 100 127 55
Binary 11001000 11010101 1111 110 0 1011101 10000 1000000 1010111 101101

Color Harmonies of #C8D50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D50F

Black with #C8D50F

Text Example


Text Example

White with #C8D50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D50F; }

 p { color: rgb(200,213,15); }

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

background-color css

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

 a { background-color: rgb(200,213,15); }

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

border-color css

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

 span { border-color: rgb(200,213,15); }

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