Html Css Color HEX #C0D510 Rio Grande

📋 copy color: '#C0D510'

red 192 ◦ green 213 ◦ blue 16

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

Shades of Rio Grande #C0D510

Tints of Rio Grande #C0D510

RGB

 RED value IS 192 (75.39% from 255) = 45.61%

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

 BLUE value IS 16 (6.64% from 255) = 3.8%

R = 45.61%
G = 50.59%
B = 3.8%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#C0D510 (or 0xC0D510) is known color: Rio Grande. HEX triplet: C0, D5 and 10. RGB value is (192,213,16). Sum of RGB (Red+Green+Blue) = 192+213+16=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 213 (83.59% from 255 or 50.59% from 421); Blue value is 16 (6.64% from 255 or 3.80% from 421); Max value from RGB is 213 - color contains mainly: green. Hex color #C0D510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D510 is #3F2AEF. Grayscale: #B9B9B9. Windows color (decimal): -4139760 or 1103296. OLE color: 1103296.

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

Color convert

RGB 192 213 16 -
CMYK 0.10 0 0.92 0.16
HSL 66.4º 0.86% 0.45% -
HSV(B) 66.4º 0.92% 0.84% -
XYZ 45.63 58.83 9.44 -
YUV 184.26 33.04 133.52 -
System Red Green Blue C M Y K H S L
Decimal 192 213 16 0.10 0 0.92 0.16 66.4 0.86 0.45
Hex C0 D5 10 A 0 5C 10 42 56 2D
Octal 300 325 20 12 0 134 20 102 126 55
Binary 11000000 11010101 10000 1010 0 1011100 10000 1000010 1010110 101101

Color Harmonies of #C0D510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D510

Black with #C0D510

Text Example


Text Example

White with #C0D510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D510; }

 p { color: rgb(192,213,16); }

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

background-color css

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

 a { background-color: rgb(192,213,16); }

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

border-color css

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

 span { border-color: rgb(192,213,16); }

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