Html Css Color HEX #C0D419 Rio Grande

📋 copy color: '#C0D419'

red 192 ◦ green 212 ◦ blue 25

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

Shades of Rio Grande #C0D419

Tints of Rio Grande #C0D419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.83%

R = 44.76%
G = 49.42%
B = 5.83%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#C0D419 (or 0xC0D419) is known color: Rio Grande. HEX triplet: C0, D4 and 19. RGB value is (192,212,25). Sum of RGB (Red+Green+Blue) = 192+212+25=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 212 (83.20% from 255 or 49.42% from 429); Blue value is 25 (10.16% from 255 or 5.83% from 429); Max value from RGB is 212 - color contains mainly: green. Hex color #C0D419 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D419 is #3F2BE6. Grayscale: #B9B9B9. Windows color (decimal): -4140007 or 1692864. OLE color: 1692864.

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

Color convert

RGB 192 212 25 -
CMYK 0.09 0 0.88 0.17
HSL 66.42º 0.79% 0.46% -
HSV(B) 66.42º 0.88% 0.83% -
XYZ 45.46 58.36 9.79 -
YUV 184.7 37.87 133.21 -
System Red Green Blue C M Y K H S L
Decimal 192 212 25 0.09 0 0.88 0.17 66.42 0.79 0.46
Hex C0 D4 19 9 0 58 11 42 4F 2E
Octal 300 324 31 11 0 130 21 102 117 56
Binary 11000000 11010100 11001 1001 0 1011000 10001 1000010 1001111 101110

Color Harmonies of #C0D419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D419

Black with #C0D419

Text Example


Text Example

White with #C0D419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D419; }

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

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

background-color css

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

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

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

border-color css

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

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

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