Html Css Color HEX #C1D418 Rio Grande

📋 copy color: '#C1D418'

red 193 ◦ green 212 ◦ blue 24

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

Shades of Rio Grande #C1D418

Tints of Rio Grande #C1D418

RGB

 RED value IS 193 (75.78% from 255) = 44.99%

 GREEN value IS 212 (83.2% from 255) = 49.42%

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

R = 44.99%
G = 49.42%
B = 5.59%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#C1D418 (or 0xC1D418) is known color: Rio Grande. HEX triplet: C1, D4 and 18. RGB value is (193,212,24). Sum of RGB (Red+Green+Blue) = 193+212+24=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 212 (83.20% from 255 or 49.42% from 429); Blue value is 24 (9.77% from 255 or 5.59% from 429); Max value from RGB is 212 - color contains mainly: green. Hex color #C1D418 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1D418 is #3E2BE7. Grayscale: #B9B9B9. Windows color (decimal): -4074472 or 1627329. OLE color: 1627329.

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

Color convert

RGB 193 212 24 -
CMYK 0.09 0 0.89 0.17
HSL 66.06º 0.8% 0.46% -
HSV(B) 66.06º 0.89% 0.83% -
XYZ 45.7 58.49 9.75 -
YUV 184.89 37.21 133.79 -
System Red Green Blue C M Y K H S L
Decimal 193 212 24 0.09 0 0.89 0.17 66.06 0.8 0.46
Hex C1 D4 18 9 0 59 11 42 50 2E
Octal 301 324 30 11 0 131 21 102 120 56
Binary 11000001 11010100 11000 1001 0 1011001 10001 1000010 1010000 101110

Color Harmonies of #C1D418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D418

Black with #C1D418

Text Example


Text Example

White with #C1D418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D418; }

 p { color: rgb(193,212,24); }

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

background-color css

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

 a { background-color: rgb(193,212,24); }

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

border-color css

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

 span { border-color: rgb(193,212,24); }

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