Html Css Color HEX #C0D70C Rio Grande

📋 copy color: '#C0D70C'

red 192 ◦ green 215 ◦ blue 12

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

Shades of Rio Grande #C0D70C

Tints of Rio Grande #C0D70C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 51.31%

 BLUE value IS 12 (5.08% from 255) = 2.86%

R = 45.82%
G = 51.31%
B = 2.86%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#C0D70C (or 0xC0D70C) is known color: Rio Grande. HEX triplet: C0, D7 and 0C. RGB value is (192,215,12). Sum of RGB (Red+Green+Blue) = 192+215+12=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 215 (84.38% from 255 or 51.31% from 419); Blue value is 12 (5.08% from 255 or 2.86% from 419); Max value from RGB is 215 - color contains mainly: green. Hex color #C0D70C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D70C is #3F28F3. Grayscale: #B9B9B9. Windows color (decimal): -4139252 or 841664. OLE color: 841664.

HSL color Cylindrical-coordinate representation of color #C0D70C: hue angle of 66.8º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0D70C is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 215 12 -
CMYK 0.11 0 0.94 0.16
HSL 66.8º 0.89% 0.45% -
HSV(B) 66.8º 0.94% 0.84% -
XYZ 46.11 59.83 9.47 -
YUV 184.98 30.38 133.01 -
System Red Green Blue C M Y K H S L
Decimal 192 215 12 0.11 0 0.94 0.16 66.8 0.89 0.45
Hex C0 D7 C B 0 5E 10 43 59 2D
Octal 300 327 14 13 0 136 20 103 131 55
Binary 11000000 11010111 1100 1011 0 1011110 10000 1000011 1011001 101101

Color Harmonies of #C0D70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D70C

Black with #C0D70C

Text Example


Text Example

White with #C0D70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D70C; }

 p { color: rgb(192,215,12); }

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

background-color css

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

 a { background-color: rgb(192,215,12); }

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

border-color css

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

 span { border-color: rgb(192,215,12); }

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