#C0D41D

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

Shades of Rio Grande #C0D41D

Tints of Rio Grande #C0D41D

Color information

#C0D41D (or 0xC0D41D) is unknown color: approx Rio Grande. HEX triplet: C0, D4 and 1D. RGB value is (192,212,29). Sum of RGB (Red+Green+Blue) = 192+212+29=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 212 (83.20% from 255 or 48.96% from 433); Blue value is 29 (11.72% from 255 or 6.70% from 433); Max value from RGB is 212 - color contains mainly: green. Hex color #C0D41D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D41D is #3F2BE2. Grayscale: #B9B9B9. Windows color (decimal): -4140003 or 1955008. OLE color: 1955008.

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

Color convert

RGB19221229-
CMYK0.0900.860.17
HSL66.56º75.93%47.25%-
HSV(B)66.56º86.32%83.14%-
XYZ45.558.3810.03-
YUV185.1639.87132.88-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.34%
GREEN value IS 212 (83.20% from 255) = 48.96%
BLUE value IS 29 (11.72% from 255) = 6.70%
R=44.34%
G=48.96%
B=6.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal192212290.0900.860.1766.5675.9347.25
HexC0D41D905611434c2f
Octal300324351101262110311457
Binary1100000011010100111011001010101101000110000111001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D41D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D41D; }

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

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

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

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

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

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

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

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