Html Css Color HEX #C0D114 Rio Grande

📋 copy color: '#C0D114'

red 192 ◦ green 209 ◦ blue 20

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

Shades of Rio Grande #C0D114

Tints of Rio Grande #C0D114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.75%

R = 45.61%
G = 49.64%
B = 4.75%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#C0D114 (or 0xC0D114) is known color: Rio Grande. HEX triplet: C0, D1 and 14. RGB value is (192,209,20). Sum of RGB (Red+Green+Blue) = 192+209+20=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 209 (82.03% from 255 or 49.64% from 421); Blue value is 20 (8.20% from 255 or 4.75% from 421); Max value from RGB is 209 - color contains mainly: green. Hex color #C0D114 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D114 is #3F2EEB. Grayscale: #B7B7B7. Windows color (decimal): -4140780 or 1364416. OLE color: 1364416.

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

Color convert

RGB 192 209 20 -
CMYK 0.08 0 0.90 0.18
HSL 65.4º 0.83% 0.45% -
HSV(B) 65.4º 0.9% 0.82% -
XYZ 44.66 56.86 9.28 -
YUV 182.37 36.37 134.87 -
System Red Green Blue C M Y K H S L
Decimal 192 209 20 0.08 0 0.90 0.18 65.4 0.83 0.45
Hex C0 D1 14 8 0 5A 12 41 53 2D
Octal 300 321 24 10 0 132 22 101 123 55
Binary 11000000 11010001 10100 1000 0 1011010 10010 1000001 1010011 101101

Color Harmonies of #C0D114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D114

Black with #C0D114

Text Example


Text Example

White with #C0D114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D114; }

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

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

background-color css

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

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

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

border-color css

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

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

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