Html Css Color HEX #C0D00F Rio Grande

📋 copy color: '#C0D00F'

red 192 ◦ green 208 ◦ blue 15

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

Shades of Rio Grande #C0D00F

Tints of Rio Grande #C0D00F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.61%

R = 46.27%
G = 50.12%
B = 3.61%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#C0D00F (or 0xC0D00F) is known color: Rio Grande. HEX triplet: C0, D0 and 0F. RGB value is (192,208,15). Sum of RGB (Red+Green+Blue) = 192+208+15=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 208 (81.64% from 255 or 50.12% from 415); Blue value is 15 (6.25% from 255 or 3.61% from 415); Max value from RGB is 208 - color contains mainly: green. Hex color #C0D00F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D00F is #3F2FF0. Grayscale: #B5B5B5. Windows color (decimal): -4141041 or 1036480. OLE color: 1036480.

HSL color Cylindrical-coordinate representation of color #C0D00F: hue angle of 64.97º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0D00F is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 208 15 -
CMYK 0.08 0 0.93 0.18
HSL 64.97º 0.87% 0.44% -
HSV(B) 64.97º 0.93% 0.82% -
XYZ 44.38 56.35 8.99 -
YUV 181.21 34.2 135.69 -
System Red Green Blue C M Y K H S L
Decimal 192 208 15 0.08 0 0.93 0.18 64.97 0.87 0.44
Hex C0 D0 F 8 0 5D 12 41 57 2C
Octal 300 320 17 10 0 135 22 101 127 54
Binary 11000000 11010000 1111 1000 0 1011101 10010 1000001 1010111 101100

Color Harmonies of #C0D00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D00F

Black with #C0D00F

Text Example


Text Example

White with #C0D00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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