Html Css Color HEX #C0D314 Rio Grande

📋 copy color: '#C0D314'

red 192 ◦ green 211 ◦ blue 20

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

Shades of Rio Grande #C0D314

Tints of Rio Grande #C0D314

RGB

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

 GREEN value IS 211 (82.81% from 255) = 49.88%

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

R = 45.39%
G = 49.88%
B = 4.73%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#C0D314 (or 0xC0D314) is known color: Rio Grande. HEX triplet: C0, D3 and 14. RGB value is (192,211,20). Sum of RGB (Red+Green+Blue) = 192+211+20=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 211 (82.81% from 255 or 49.88% from 423); Blue value is 20 (8.20% from 255 or 4.73% from 423); Max value from RGB is 211 - color contains mainly: green. Hex color #C0D314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D314 is #3F2CEB. Grayscale: #B8B8B8. Windows color (decimal): -4140268 or 1364928. OLE color: 1364928.

HSL color Cylindrical-coordinate representation of color #C0D314: hue angle of 65.97º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0D314 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 192 211 20 -
CMYK 0.09 0 0.91 0.17
HSL 65.97º 0.83% 0.45% -
HSV(B) 65.97º 0.91% 0.83% -
XYZ 45.16 57.85 9.45 -
YUV 183.55 35.71 134.03 -
System Red Green Blue C M Y K H S L
Decimal 192 211 20 0.09 0 0.91 0.17 65.97 0.83 0.45
Hex C0 D3 14 9 0 5B 11 42 53 2D
Octal 300 323 24 11 0 133 21 102 123 55
Binary 11000000 11010011 10100 1001 0 1011011 10001 1000010 1010011 101101

Color Harmonies of #C0D314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D314

Black with #C0D314

Text Example


Text Example

White with #C0D314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D314; }

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

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

background-color css

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

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

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

border-color css

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

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

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