Html Css Color HEX #C0D014 Rio Grande

📋 copy color: '#C0D014'

red 192 ◦ green 208 ◦ blue 20

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

Shades of Rio Grande #C0D014

Tints of Rio Grande #C0D014

RGB

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

 GREEN value IS 208 (81.64% from 255) = 49.52%

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

R = 45.71%
G = 49.52%
B = 4.76%

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

#C0D014 (or 0xC0D014) is known color: Rio Grande. HEX triplet: C0, D0 and 14. RGB value is (192,208,20). Sum of RGB (Red+Green+Blue) = 192+208+20=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 208 (81.64% from 255 or 49.52% from 420); Blue value is 20 (8.20% from 255 or 4.76% from 420); Max value from RGB is 208 - color contains mainly: green. Hex color #C0D014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D014 is #3F2FEB. Grayscale: #B6B6B6. Windows color (decimal): -4141036 or 1364160. OLE color: 1364160.

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

Color convert

RGB 192 208 20 -
CMYK 0.08 0 0.90 0.18
HSL 65.11º 0.82% 0.45% -
HSV(B) 65.11º 0.9% 0.82% -
XYZ 44.42 56.37 9.2 -
YUV 181.78 36.7 135.29 -
System Red Green Blue C M Y K H S L
Decimal 192 208 20 0.08 0 0.90 0.18 65.11 0.82 0.45
Hex C0 D0 14 8 0 5A 12 41 52 2D
Octal 300 320 24 10 0 132 22 101 122 55
Binary 11000000 11010000 10100 1000 0 1011010 10010 1000001 1010010 101101

Color Harmonies of #C0D014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D014

Black with #C0D014

Text Example


Text Example

White with #C0D014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D014; }

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

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

background-color css

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

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

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

border-color css

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

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

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