Html Css Color HEX #C3D618 Rio Grande

📋 copy color: '#C3D618'

red 195 ◦ green 214 ◦ blue 24

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

Shades of Rio Grande #C3D618

Tints of Rio Grande #C3D618

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.42%

 BLUE value IS 24 (9.77% from 255) = 5.54%

R = 45.03%
G = 49.42%
B = 5.54%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#C3D618 (or 0xC3D618) is known color: Rio Grande. HEX triplet: C3, D6 and 18. RGB value is (195,214,24). Sum of RGB (Red+Green+Blue) = 195+214+24=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 214 (83.98% from 255 or 49.42% from 433); Blue value is 24 (9.77% from 255 or 5.54% from 433); Max value from RGB is 214 - color contains mainly: green. Hex color #C3D618 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3D618 is #3C29E7. Grayscale: #BBBBBB. Windows color (decimal): -3942888 or 1627843. OLE color: 1627843.

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

Color convert

RGB 195 214 24 -
CMYK 0.09 0 0.89 0.16
HSL 66º 0.8% 0.47% -
HSV(B) 66º 0.89% 0.84% -
XYZ 46.72 59.76 9.94 -
YUV 186.66 36.21 133.95 -
System Red Green Blue C M Y K H S L
Decimal 195 214 24 0.09 0 0.89 0.16 66 0.8 0.47
Hex C3 D6 18 9 0 59 10 42 50 2F
Octal 303 326 30 11 0 131 20 102 120 57
Binary 11000011 11010110 11000 1001 0 1011001 10000 1000010 1010000 101111

Color Harmonies of #C3D618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3D618

Black with #C3D618

Text Example


Text Example

White with #C3D618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3D618; }

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

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

background-color css

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

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

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

border-color css

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

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

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