Html Css Color HEX #C3D519 Rio Grande

📋 copy color: '#C3D519'

red 195 ◦ green 213 ◦ blue 25

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

Shades of Rio Grande #C3D519

Tints of Rio Grande #C3D519

RGB

 RED value IS 195 (76.56% from 255) = 45.03%

 GREEN value IS 213 (83.59% from 255) = 49.19%

 BLUE value IS 25 (10.16% from 255) = 5.77%

R = 45.03%
G = 49.19%
B = 5.77%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#C3D519 (or 0xC3D519) is known color: Rio Grande. HEX triplet: C3, D5 and 19. RGB value is (195,213,25). Sum of RGB (Red+Green+Blue) = 195+213+25=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 213 (83.59% from 255 or 49.19% from 433); Blue value is 25 (10.16% from 255 or 5.77% from 433); Max value from RGB is 213 - color contains mainly: green. Hex color #C3D519 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3D519 is #3C2AE6. Grayscale: #BABABA. Windows color (decimal): -3943143 or 1693123. OLE color: 1693123.

HSL color Cylindrical-coordinate representation of color #C3D519: hue angle of 65.74º 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 #C3D519 is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 195 213 25 -
CMYK 0.08 0 0.88 0.16
HSL 65.74º 0.79% 0.47% -
HSV(B) 65.74º 0.88% 0.84% -
XYZ 46.48 59.26 9.91 -
YUV 186.19 37.04 134.29 -
System Red Green Blue C M Y K H S L
Decimal 195 213 25 0.08 0 0.88 0.16 65.74 0.79 0.47
Hex C3 D5 19 8 0 58 10 42 4F 2F
Octal 303 325 31 10 0 130 20 102 117 57
Binary 11000011 11010101 11001 1000 0 1011000 10000 1000010 1001111 101111

Color Harmonies of #C3D519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3D519

Black with #C3D519

Text Example


Text Example

White with #C3D519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3D519; }

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

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

background-color css

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

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

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

border-color css

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

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

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