Html Css Color HEX #C2D219 Rio Grande

📋 copy color: '#C2D219'

red 194 ◦ green 210 ◦ blue 25

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

Shades of Rio Grande #C2D219

Tints of Rio Grande #C2D219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.83%

R = 45.22%
G = 48.95%
B = 5.83%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#C2D219 (or 0xC2D219) is known color: Rio Grande. HEX triplet: C2, D2 and 19. RGB value is (194,210,25). Sum of RGB (Red+Green+Blue) = 194+210+25=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 210 (82.42% from 255 or 48.95% from 429); Blue value is 25 (10.16% from 255 or 5.83% from 429); Max value from RGB is 210 - color contains mainly: green. Hex color #C2D219 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D219 is #3D2DE6. Grayscale: #B8B8B8. Windows color (decimal): -4009447 or 1692354. OLE color: 1692354.

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

Color convert

RGB 194 210 25 -
CMYK 0.08 0 0.88 0.18
HSL 65.19º 0.79% 0.46% -
HSV(B) 65.19º 0.88% 0.82% -
XYZ 45.47 57.63 9.65 -
YUV 184.13 38.2 135.04 -
System Red Green Blue C M Y K H S L
Decimal 194 210 25 0.08 0 0.88 0.18 65.19 0.79 0.46
Hex C2 D2 19 8 0 58 12 41 4F 2E
Octal 302 322 31 10 0 130 22 101 117 56
Binary 11000010 11010010 11001 1000 0 1011000 10010 1000001 1001111 101110

Color Harmonies of #C2D219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D219

Black with #C2D219

Text Example


Text Example

White with #C2D219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D219; }

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

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

background-color css

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

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

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

border-color css

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

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

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