Html Css Color HEX #C2D115 Rio Grande

📋 copy color: '#C2D115'

red 194 ◦ green 209 ◦ blue 21

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

Shades of Rio Grande #C2D115

Tints of Rio Grande #C2D115

RGB

 RED value IS 194 (76.17% from 255) = 45.75%

 GREEN value IS 209 (82.03% from 255) = 49.29%

 BLUE value IS 21 (8.59% from 255) = 4.95%

R = 45.75%
G = 49.29%
B = 4.95%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#C2D115 (or 0xC2D115) is known color: Rio Grande. HEX triplet: C2, D1 and 15. RGB value is (194,209,21). Sum of RGB (Red+Green+Blue) = 194+209+21=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 209 (82.03% from 255 or 49.29% from 424); Blue value is 21 (8.59% from 255 or 4.95% from 424); Max value from RGB is 209 - color contains mainly: green. Hex color #C2D115 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D115 is #3D2EEA. Grayscale: #B7B7B7. Windows color (decimal): -4009707 or 1429954. OLE color: 1429954.

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

Color convert

RGB 194 209 21 -
CMYK 0.07 0 0.90 0.18
HSL 64.79º 0.82% 0.45% -
HSV(B) 64.79º 0.9% 0.82% -
XYZ 45.18 57.12 9.35 -
YUV 183.08 36.53 135.79 -
System Red Green Blue C M Y K H S L
Decimal 194 209 21 0.07 0 0.90 0.18 64.79 0.82 0.45
Hex C2 D1 15 7 0 5A 12 41 52 2D
Octal 302 321 25 7 0 132 22 101 122 55
Binary 11000010 11010001 10101 111 0 1011010 10010 1000001 1010010 101101

Color Harmonies of #C2D115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D115

Black with #C2D115

Text Example


Text Example

White with #C2D115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D115; }

 p { color: rgb(194,209,21); }

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

background-color css

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

 a { background-color: rgb(194,209,21); }

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

border-color css

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

 span { border-color: rgb(194,209,21); }

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