Html Css Color HEX #C2D20F Rio Grande

📋 copy color: '#C2D20F'

red 194 ◦ green 210 ◦ blue 15

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

Shades of Rio Grande #C2D20F

Tints of Rio Grande #C2D20F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.58%

R = 46.3%
G = 50.12%
B = 3.58%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#C2D20F (or 0xC2D20F) is known color: Rio Grande. HEX triplet: C2, D2 and 0F. RGB value is (194,210,15). Sum of RGB (Red+Green+Blue) = 194+210+15=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 210 (82.42% from 255 or 50.12% from 419); Blue value is 15 (6.25% from 255 or 3.58% from 419); Max value from RGB is 210 - color contains mainly: green. Hex color #C2D20F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D20F is #3D2DF0. Grayscale: #B7B7B7. Windows color (decimal): -4009457 or 1036994. OLE color: 1036994.

HSL color Cylindrical-coordinate representation of color #C2D20F: hue angle of 64.92º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C2D20F is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 210 15 -
CMYK 0.08 0 0.93 0.18
HSL 64.92º 0.87% 0.44% -
HSV(B) 64.92º 0.93% 0.82% -
XYZ 45.38 57.6 9.18 -
YUV 182.99 33.2 135.86 -
System Red Green Blue C M Y K H S L
Decimal 194 210 15 0.08 0 0.93 0.18 64.92 0.87 0.44
Hex C2 D2 F 8 0 5D 12 41 57 2C
Octal 302 322 17 10 0 135 22 101 127 54
Binary 11000010 11010010 1111 1000 0 1011101 10010 1000001 1010111 101100

Color Harmonies of #C2D20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D20F

Black with #C2D20F

Text Example


Text Example

White with #C2D20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D20F; }

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

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

background-color css

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

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

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

border-color css

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

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

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