Html Css Color HEX #C0D214 Rio Grande

📋 copy color: '#C0D214'

red 192 ◦ green 210 ◦ blue 20

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

Shades of Rio Grande #C0D214

Tints of Rio Grande #C0D214

RGB

 RED value IS 192 (75.39% from 255) = 45.5%

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

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

R = 45.5%
G = 49.76%
B = 4.74%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#C0D214 (or 0xC0D214) is known color: Rio Grande. HEX triplet: C0, D2 and 14. RGB value is (192,210,20). Sum of RGB (Red+Green+Blue) = 192+210+20=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 210 (82.42% from 255 or 49.76% from 422); Blue value is 20 (8.20% from 255 or 4.74% from 422); Max value from RGB is 210 - color contains mainly: green. Hex color #C0D214 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D214 is #3F2DEB. Grayscale: #B7B7B7. Windows color (decimal): -4140524 or 1364672. OLE color: 1364672.

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

Color convert

RGB 192 210 20 -
CMYK 0.09 0 0.90 0.18
HSL 65.68º 0.83% 0.45% -
HSV(B) 65.68º 0.9% 0.82% -
XYZ 44.91 57.35 9.36 -
YUV 182.96 36.04 134.45 -
System Red Green Blue C M Y K H S L
Decimal 192 210 20 0.09 0 0.90 0.18 65.68 0.83 0.45
Hex C0 D2 14 9 0 5A 12 42 53 2D
Octal 300 322 24 11 0 132 22 102 123 55
Binary 11000000 11010010 10100 1001 0 1011010 10010 1000010 1010011 101101

Color Harmonies of #C0D214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D214

Black with #C0D214

Text Example


Text Example

White with #C0D214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D214; }

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

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

background-color css

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

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

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

border-color css

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

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

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