#C3D619

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

Shades of Rio Grande #C3D619

Tints of Rio Grande #C3D619

Color information

#C3D619 (or 0xC3D619) is unknown color: approx Rio Grande. HEX triplet: C3, D6 and 19. RGB value is (195,214,25). Sum of RGB (Red+Green+Blue) = 195+214+25=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 214 (83.98% from 255 or 49.31% from 434); Blue value is 25 (10.16% from 255 or 5.76% from 434); Max value from RGB is 214 - color contains mainly: green. Hex color #C3D619 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3D619 is #3C29E6. Grayscale: #BBBBBB. Windows color (decimal): -3942887 or 1693379. OLE color: 1693379.

HSL color Cylindrical-coordinate representation of color #C3D619: hue angle of 66.03º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C3D619 is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB19521425-
CMYK0.0900.880.16
HSL66.03º79.08%46.86%-
HSV(B)66.03º88.32%83.92%-
XYZ46.7359.779.99-
YUV186.7736.71133.87-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.93%
GREEN value IS 214 (83.98% from 255) = 49.31%
BLUE value IS 25 (10.16% from 255) = 5.76%
R=44.93%
G=49.31%
B=5.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal195214250.0900.880.1666.0379.0846.86
HexC3D619905810424f2f
Octal303326311101302010211757
Binary1100001111010110110011001010110001000010000101001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D619; }

 p { color: rgb(195,214,25); }

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

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

 a { background-color: rgb(195,214,25); }

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

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

 span { border-color: rgb(195,214,25); }

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