Html Css Color HEX #C8D515 Rio Grande

📋 copy color: '#C8D515'

red 200 ◦ green 213 ◦ blue 21

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

Shades of Rio Grande #C8D515

Tints of Rio Grande #C8D515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.84%

R = 46.08%
G = 49.08%
B = 4.84%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#C8D515 (or 0xC8D515) is known color: Rio Grande. HEX triplet: C8, D5 and 15. RGB value is (200,213,21). Sum of RGB (Red+Green+Blue) = 200+213+21=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 213 (83.59% from 255 or 49.08% from 434); Blue value is 21 (8.59% from 255 or 4.84% from 434); Max value from RGB is 213 - color contains mainly: green. Hex color #C8D515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8D515 is #372AEA. Grayscale: #BBBBBB. Windows color (decimal): -3615467 or 1430984. OLE color: 1430984.

HSL color Cylindrical-coordinate representation of color #C8D515: hue angle of 64.06º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C8D515 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 200 213 21 -
CMYK 0.06 0 0.90 0.16
HSL 64.06º 0.82% 0.46% -
HSV(B) 64.06º 0.9% 0.84% -
XYZ 47.75 59.92 9.76 -
YUV 187.23 34.19 137.11 -
System Red Green Blue C M Y K H S L
Decimal 200 213 21 0.06 0 0.90 0.16 64.06 0.82 0.46
Hex C8 D5 15 6 0 5A 10 40 52 2E
Octal 310 325 25 6 0 132 20 100 122 56
Binary 11001000 11010101 10101 110 0 1011010 10000 1000000 1010010 101110

Color Harmonies of #C8D515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D515

Black with #C8D515

Text Example


Text Example

White with #C8D515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D515; }

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

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

background-color css

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

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

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

border-color css

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

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

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