Html Css Color HEX #C0D11C Rio Grande

📋 copy color: '#C0D11C'

red 192 ◦ green 209 ◦ blue 28

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

Shades of Rio Grande #C0D11C

Tints of Rio Grande #C0D11C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 48.72%

 BLUE value IS 28 (11.33% from 255) = 6.53%

R = 44.76%
G = 48.72%
B = 6.53%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#C0D11C (or 0xC0D11C) is known color: Rio Grande. HEX triplet: C0, D1 and 1C. RGB value is (192,209,28). Sum of RGB (Red+Green+Blue) = 192+209+28=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 209 (82.03% from 255 or 48.72% from 429); Blue value is 28 (11.33% from 255 or 6.53% from 429); Max value from RGB is 209 - color contains mainly: green. Hex color #C0D11C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D11C is #3F2EE3. Grayscale: #B7B7B7. Windows color (decimal): -4140772 or 1888704. OLE color: 1888704.

HSL color Cylindrical-coordinate representation of color #C0D11C: hue angle of 65.64º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C0D11C is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 209 28 -
CMYK 0.08 0 0.87 0.18
HSL 65.64º 0.76% 0.46% -
HSV(B) 65.64º 0.87% 0.82% -
XYZ 44.75 56.89 9.72 -
YUV 183.28 40.37 134.22 -
System Red Green Blue C M Y K H S L
Decimal 192 209 28 0.08 0 0.87 0.18 65.64 0.76 0.46
Hex C0 D1 1C 8 0 57 12 42 4C 2E
Octal 300 321 34 10 0 127 22 102 114 56
Binary 11000000 11010001 11100 1000 0 1010111 10010 1000010 1001100 101110

Color Harmonies of #C0D11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D11C

Black with #C0D11C

Text Example


Text Example

White with #C0D11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D11C; }

 p { color: rgb(192,209,28); }

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

background-color css

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

 a { background-color: rgb(192,209,28); }

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

border-color css

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

 span { border-color: rgb(192,209,28); }

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