#C0D30E

Color #C0D30E Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #C0D30E

Tints of Rio Grande #C0D30E

Color information

#C0D30E (or 0xC0D30E) is unknown color: approx Rio Grande. HEX triplet: C0, D3 and 0E. RGB value is (192,211,14). Sum of RGB (Red+Green+Blue) = 192+211+14=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 211 (82.81% from 255 or 50.60% from 417); Blue value is 14 (5.86% from 255 or 3.36% from 417); Max value from RGB is 211 - color contains mainly: green. Hex color #C0D30E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D30E is #3F2CF1. Grayscale: #B7B7B7. Windows color (decimal): -4140274 or 971712. OLE color: 971712.

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

Color convert

RGB19221114-
CMYK0.0900.930.17
HSL65.79º87.56%44.12%-
HSV(B)65.79º93.36%82.75%-
XYZ45.1157.839.2-
YUV182.8632.71134.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.04%
GREEN value IS 211 (82.81% from 255) = 50.60%
BLUE value IS 14 (5.86% from 255) = 3.36%
R=46.04%
G=50.60%
B=3.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal192211140.0900.930.1765.7987.5644.12
HexC0D3E905D1142582c
Octal300323161101352110213054
Binary110000001101001111101001010111011000110000101011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D30E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D30E; }

 p { color: rgb(192,211,14); }

 H1.HeaderClassName
 {
   color: #C0D30E;
 }
 .AnyTagClassName
 {
   color: #C0D30E;
 }
</style>
background-color css

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

 a { background-color: rgb(192,211,14); }

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

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

 span { border-color: rgb(192,211,14); }

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