Html Css Color HEX #C2D214 Rio Grande

📋 copy color: '#C2D214'

red 194 ◦ green 210 ◦ blue 20

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

Shades of Rio Grande #C2D214

Tints of Rio Grande #C2D214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.72%

R = 45.75%
G = 49.53%
B = 4.72%

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

#C2D214 (or 0xC2D214) is known color: Rio Grande. HEX triplet: C2, D2 and 14. RGB value is (194,210,20). Sum of RGB (Red+Green+Blue) = 194+210+20=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 210 (82.42% from 255 or 49.53% from 424); Blue value is 20 (8.20% from 255 or 4.72% from 424); Max value from RGB is 210 - color contains mainly: green. Hex color #C2D214 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D214 is #3D2DEB. Grayscale: #B8B8B8. Windows color (decimal): -4009452 or 1364674. OLE color: 1364674.

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

Color convert

RGB 194 210 20 -
CMYK 0.08 0 0.90 0.18
HSL 65.05º 0.83% 0.45% -
HSV(B) 65.05º 0.9% 0.82% -
XYZ 45.42 57.61 9.39 -
YUV 183.56 35.7 135.45 -
System Red Green Blue C M Y K H S L
Decimal 194 210 20 0.08 0 0.90 0.18 65.05 0.83 0.45
Hex C2 D2 14 8 0 5A 12 41 53 2D
Octal 302 322 24 10 0 132 22 101 123 55
Binary 11000010 11010010 10100 1000 0 1011010 10010 1000001 1010011 101101

Color Harmonies of #C2D214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D214

Black with #C2D214

Text Example


Text Example

White with #C2D214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D214; }

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

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

background-color css

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

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

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

border-color css

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

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

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