Html Css Color HEX #C0D415 Rio Grande

📋 copy color: '#C0D415'

red 192 ◦ green 212 ◦ blue 21

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

Shades of Rio Grande #C0D415

Tints of Rio Grande #C0D415

RGB

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

 GREEN value IS 212 (83.2% from 255) = 49.88%

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

R = 45.18%
G = 49.88%
B = 4.94%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#C0D415 (or 0xC0D415) is known color: Rio Grande. HEX triplet: C0, D4 and 15. RGB value is (192,212,21). Sum of RGB (Red+Green+Blue) = 192+212+21=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 212 (83.20% from 255 or 49.88% from 425); Blue value is 21 (8.59% from 255 or 4.94% from 425); Max value from RGB is 212 - color contains mainly: green. Hex color #C0D415 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D415 is #3F2BEA. Grayscale: #B8B8B8. Windows color (decimal): -4140011 or 1430720. OLE color: 1430720.

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

Color convert

RGB 192 212 21 -
CMYK 0.09 0 0.90 0.17
HSL 66.28º 0.82% 0.46% -
HSV(B) 66.28º 0.9% 0.83% -
XYZ 45.42 58.35 9.58 -
YUV 184.25 35.87 133.53 -
System Red Green Blue C M Y K H S L
Decimal 192 212 21 0.09 0 0.90 0.17 66.28 0.82 0.46
Hex C0 D4 15 9 0 5A 11 42 52 2E
Octal 300 324 25 11 0 132 21 102 122 56
Binary 11000000 11010100 10101 1001 0 1011010 10001 1000010 1010010 101110

Color Harmonies of #C0D415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D415

Black with #C0D415

Text Example


Text Example

White with #C0D415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D415; }

 p { color: rgb(192,212,21); }

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

background-color css

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

 a { background-color: rgb(192,212,21); }

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

border-color css

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

 span { border-color: rgb(192,212,21); }

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