#c3d018

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

Shades of Rio Grande #C3D018

Tints of Rio Grande #C3D018

Color information

#C3D018 (or 0xC3D018) is unknown color: approx Rio Grande. HEX triplet: C3, D0 and 18. RGB value is (195,208,24). Sum of RGB (Red+Green+Blue) = 195+208+24=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 208 (81.64% from 255 or 48.71% from 427); Blue value is 24 (9.77% from 255 or 5.62% from 427); Max value from RGB is 208 - color contains mainly: green. Hex color #C3D018 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3D018 is #3C2FE7. Grayscale: #B7B7B7. Windows color (decimal): -3944424 or 1626307. OLE color: 1626307.

HSL color Cylindrical-coordinate representation of color #C3D018: hue angle of 64.24º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C3D018 is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB19520824-
CMYK0.0600.880.18
HSL64.24º79.31%45.49%-
HSV(B)64.24º88.46%81.57%-
XYZ45.2356.789.44-
YUV183.1438.19136.46-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.67%
GREEN value IS 208 (81.64% from 255) = 48.71%
BLUE value IS 24 (9.77% from 255) = 5.62%
R=45.67%
G=48.71%
B=5.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal195208240.0600.880.1864.2479.3145.49
HexC3D018605812404f2d
Octal30332030601302210011755
Binary110000111101000011000110010110001001010000001001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c3d018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c3d018; }

 p { color: rgb(195,208,24); }

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

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

 a { background-color: rgb(195,208,24); }

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

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

 span { border-color: rgb(195,208,24); }

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