Html Css Color HEX #C0D312 Rio Grande

📋 copy color: '#C0D312'

red 192 ◦ green 211 ◦ blue 18

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

Shades of Rio Grande #C0D312

Tints of Rio Grande #C0D312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.28%

R = 45.61%
G = 50.12%
B = 4.28%

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

#C0D312 (or 0xC0D312) is known color: Rio Grande. HEX triplet: C0, D3 and 12. RGB value is (192,211,18). Sum of RGB (Red+Green+Blue) = 192+211+18=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 211 (82.81% from 255 or 50.12% from 421); Blue value is 18 (7.42% from 255 or 4.28% from 421); Max value from RGB is 211 - color contains mainly: green. Hex color #C0D312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D312 is #3F2CED. Grayscale: #B8B8B8. Windows color (decimal): -4140270 or 1233856. OLE color: 1233856.

HSL color Cylindrical-coordinate representation of color #C0D312: hue angle of 65.91º degrees, saturation: 0.84, 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 #C0D312 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 192 211 18 -
CMYK 0.09 0 0.91 0.17
HSL 65.91º 0.84% 0.45% -
HSV(B) 65.91º 0.91% 0.83% -
XYZ 45.14 57.84 9.36 -
YUV 183.32 34.71 134.19 -
System Red Green Blue C M Y K H S L
Decimal 192 211 18 0.09 0 0.91 0.17 65.91 0.84 0.45
Hex C0 D3 12 9 0 5B 11 42 54 2D
Octal 300 323 22 11 0 133 21 102 124 55
Binary 11000000 11010011 10010 1001 0 1011011 10001 1000010 1010100 101101

Color Harmonies of #C0D312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D312

Black with #C0D312

Text Example


Text Example

White with #C0D312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D312; }

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

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

background-color css

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

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

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

border-color css

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

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

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