Html Css Color HEX #C0D30F Rio Grande

📋 copy color: '#C0D30F'

red 192 ◦ green 211 ◦ blue 15

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

Shades of Rio Grande #C0D30F

Tints of Rio Grande #C0D30F

RGB

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

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

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

R = 45.93%
G = 50.48%
B = 3.59%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#C0D30F (or 0xC0D30F) is known color: Rio Grande. HEX triplet: C0, D3 and 0F. RGB value is (192,211,15). Sum of RGB (Red+Green+Blue) = 192+211+15=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 211 (82.81% from 255 or 50.48% from 418); Blue value is 15 (6.25% from 255 or 3.59% from 418); Max value from RGB is 211 - color contains mainly: green. Hex color #C0D30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0D30F is #3F2CF0. Grayscale: #B7B7B7. Windows color (decimal): -4140273 or 1037248. OLE color: 1037248.

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

Color convert

RGB 192 211 15 -
CMYK 0.09 0 0.93 0.17
HSL 65.82º 0.87% 0.44% -
HSV(B) 65.82º 0.93% 0.83% -
XYZ 45.12 57.83 9.24 -
YUV 182.98 33.21 134.44 -
System Red Green Blue C M Y K H S L
Decimal 192 211 15 0.09 0 0.93 0.17 65.82 0.87 0.44
Hex C0 D3 F 9 0 5D 11 42 57 2C
Octal 300 323 17 11 0 135 21 102 127 54
Binary 11000000 11010011 1111 1001 0 1011101 10001 1000010 1010111 101100

Color Harmonies of #C0D30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D30F

Black with #C0D30F

Text Example


Text Example

White with #C0D30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D30F; }

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

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

background-color css

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

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

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

border-color css

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

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

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