Html Css Color HEX #C2D215 Rio Grande

📋 copy color: '#C2D215'

red 194 ◦ green 210 ◦ blue 21

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

Shades of Rio Grande #C2D215

Tints of Rio Grande #C2D215

RGB

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

 GREEN value IS 210 (82.42% from 255) = 49.41%

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

R = 45.65%
G = 49.41%
B = 4.94%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#C2D215 (or 0xC2D215) is known color: Rio Grande. HEX triplet: C2, D2 and 15. RGB value is (194,210,21). Sum of RGB (Red+Green+Blue) = 194+210+21=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 210 (82.42% from 255 or 49.41% from 425); Blue value is 21 (8.59% from 255 or 4.94% from 425); Max value from RGB is 210 - color contains mainly: green. Hex color #C2D215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D215 is #3D2DEA. Grayscale: #B8B8B8. Windows color (decimal): -4009451 or 1430210. OLE color: 1430210.

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

Color convert

RGB 194 210 21 -
CMYK 0.08 0 0.90 0.18
HSL 65.08º 0.82% 0.45% -
HSV(B) 65.08º 0.9% 0.82% -
XYZ 45.43 57.62 9.44 -
YUV 183.67 36.2 135.37 -
System Red Green Blue C M Y K H S L
Decimal 194 210 21 0.08 0 0.90 0.18 65.08 0.82 0.45
Hex C2 D2 15 8 0 5A 12 41 52 2D
Octal 302 322 25 10 0 132 22 101 122 55
Binary 11000010 11010010 10101 1000 0 1011010 10010 1000001 1010010 101101

Color Harmonies of #C2D215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D215

Black with #C2D215

Text Example


Text Example

White with #C2D215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D215; }

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

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

background-color css

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

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

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

border-color css

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

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

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